What is the difference between .xlt and .markdown?
- Extension
- .xlt
- .markdown
- Format
- Binary
- Text
- Category
- Spreadsheet
- Developer
- Developer
- Microsoft
- John Gruber
- Description
- An xlt file is an Excel Template file used for creating new spreadsheets. It contains predefined data, formatting, and formulas that can be used to quickly create a new spreadsheet.
- An MD file is a text file created using one of several possible dialects of the Markdown language. It is saved in plain text format but includes inline text symbols that define how to format the text (e.g., bold, indentations, headers, table formatting). MD files are designed for authoring plain text documentation that can be easily converted to HTML.
- MIME Type
- application/vnd.ms-excel
- text/x-markdown
- Sample
- sample.markdown
- Wikipedia
- .xlt on Wikipedia
- .markdown on Wikipedia