What is the difference between .txt and .xlam?
- Extension
- .txt
- .xlam
- Format
- Text
- Binary
- Category
- Document
- Spreadsheet
- Developer
- Microsoft
- Description
- A TXT file is a standard text document that contains unformatted text. It is recognized by any text editing or word processing program and can also be processed by most other software programs.
- 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
- text/plain
- application/vnd.ms-excel.addin.macroEnabled.12
- Sample
- sample.txt
- Wikipedia
- .txt on Wikipedia