What is the difference between .tsv and .xlsm?
- Extension
- .tsv
- .xlsm
- 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.
- It is a macro-enabled spreadsheet file developed using Microsoft Excel and it holds worksheets arranged in rows and columns. The macros are created using Visual Basic for Applications (VBA) language.
- MIME Type
- text/tab-separated-values
- application/vnd.ms-excel.sheet.macroEnabled.12
- Wikipedia
- .tsv on Wikipedia
- .xlsm on Wikipedia