What is the difference between .xlt and .xlam?
- Extension
- .xlt
- .xlam
- Format
- Binary
- Binary
- Category
- Spreadsheet
- Spreadsheet
- Developer
- Microsoft
- Microsoft
- Description
- An xlt file is an Excel Template file used for creating new spreadsheets. It contains predefined data, formatting, and formulas that can be used to quickly create a new spreadsheet.
- xlam (Excel Open XML Macro-Enabled Add-In) is a file type used in Microsoft Excel which contains code written in Visual Basic for Applications (VBA). It is used to store and deploy macros, custom user forms, and other Excel add-in components. xlam files can be opened and edited in Excel, but they are not as secure as other Excel file types.
- MIME Type
- application/vnd.ms-excel
- application/vnd.ms-excel.addin.macroEnabled.12
- Wikipedia
- .xlt on Wikipedia