What is the difference between .xlsm and .md?
- Extension
- .xlsm
- .md
- Format
- Binary
- Text
- Category
- Spreadsheet
- Developer
- Developer
- Microsoft
- John Gruber
- 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.
- 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.sheet.macroEnabled.12
- text/x-markdown
- Sample
- sample.md
- Wikipedia
- .xlsm on Wikipedia
- .md on Wikipedia