What is the difference between .tsv and .xlam?
- Extension
- .tsv
- .xlam
- Format
- Text
- Binary
- Category
- Database
- Spreadsheet
- Developer
- Microsoft
- Description
- A tab-separated values (TSV) file is a simple text format for storing data in a tabular structure, e.g., database table or spreadsheet data, and a way of exchanging information between databases.
- 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/tab-separated-values
- application/vnd.ms-excel.addin.macroEnabled.12
- Wikipedia
- .tsv on Wikipedia