Free Tool
Obsidian Excel to Table Converter
Convert Excel spreadsheets into Markdown tables you can paste directly into Obsidian. Upload an .xlsx or .xls file, choose the columns you need, and copy the finished table. Everything runs in your browser — nothing is uploaded.
Excel input
Upload or drop an .xlsx or .xls file. The first worksheet is used and the first row is treated as the table header.
or drop a spreadsheet here
Table preview
Toggle columns in the header to include or exclude them when copying.
How to convert Excel to a table for Obsidian
- Upload an Excel file or drop it onto the input area.
- Click Convert to table when the spreadsheet loads successfully.
- Review the preview and toggle columns to include or exclude them.
- Click Copy markdown to copy the Obsidian-ready table.
- Paste the table into an Obsidian note and save.
Why convert Excel to a Markdown table for Obsidian?
Excel spreadsheets can contain structured data that you want to keep alongside your notes, but spreadsheet files do not become editable Markdown tables when added to an Obsidian vault. Converting a worksheet to Markdown lets you place the table directly inside a note where it can be read and edited with the rest of your content.
The converter keeps useful spreadsheet content such as displayed formula values, formatted dates, hyperlinks, and empty cells while leaving out Excel-specific visual styling that Markdown tables do not support.
Notes
- Only the first worksheet is converted. The first row is treated as the table header.
- Formulas are converted to their displayed values. Dates use the formatted values from Excel, not serial numbers.
- Hyperlinks are preserved as Markdown links. Cell colors, fonts, borders, and other styling are ignored.
- Disabled columns stay visible in the preview but are left out of the copied markdown. Empty cells and empty columns are preserved.
- Line breaks inside cells become
<br>in the copied markdown. Pipe and backslash characters are escaped. - Spreadsheets are limited to 10 MB and 500 data rows.
- Copy to clipboard requires a secure connection (HTTPS) and browser permission.