What is the difference between .xltm and .csv?
- Extension
- .xltm
- .csv
- Format
- Binary
- Text
- Category
- Spreadsheet
- Developer
- Developer
- Microsoft
- Microsoft
- Description
- Template file created by Microsoft Excel, a spreadsheet program; contains default settings and layout properties for a macro-enabled spreadsheet.
- A CSV file is a comma separated values file commonly used by spreadsheet programs such as Microsoft Excel or OpenOffice Calc. It contains plain text data sets separated by commas with each new line in the CSV file representing a new database row and each database row consisting of one or more fields separated by a comma. CSV files are often opened by spreadsheet programs to be organized into cells or used for transferring data between databases.
- MIME Type
- application/vnd.ms-excel.template.macroEnabled.12
- text/csv
- Sample
- sample.csv
- Wikipedia
- .csv on Wikipedia