What is the difference between .xlsm and .tab?
- Extension
- .xlsm
- .tab
- Format
- Binary
- Text
- Category
- Spreadsheet
- Database
- Developer
- Microsoft
- Description
- 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.
- 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.
- MIME Type
- application/vnd.ms-excel.sheet.macroEnabled.12
- text/tab-separated-values
- Wikipedia
- .xlsm on Wikipedia
- .tab on Wikipedia