Excel to Markdown Table for Obsidian
Convert your Excel spreadsheet to a Markdown table and paste it directly into any Obsidian note. No upload, no plugins required.
Obsidian renders GitHub-Flavored Markdown (GFM) tables natively in Reading View. This tool
converts your .xlsx or .xls file to valid GFM table syntax — ready to
paste into any Obsidian note without any plugin. Your data never leaves your device.
The converter handles merged cells by expanding their values across all
spanned columns and rows, so the output table has no empty cells that would break Obsidian's
renderer. Numeric columns are automatically right-aligned using the ---: GFM
separator.
How to add an Excel table to Obsidian
- Upload your Excel file. Select an
.xlsx,.xls, or.csvfile and click "Convert to Markdown". Click Copy. - Open your Obsidian vault. Open the note where you want the table.
- Paste in Source or Editing mode. Press Ctrl/Cmd + V. Switch to Reading View to see the rendered table.
Why Markdown tables in Obsidian?
Obsidian stores notes as plain Markdown files, so a GFM table is the native format for tabular data. Unlike plugin-based solutions (Dataview, DB Folder), a Markdown table requires no additional setup, works across all Obsidian themes, and is portable — the table renders correctly on GitHub, Notion, and any other Markdown-aware viewer.