Excel to Markdown converter
Convert Excel to Markdown as you type. Nothing is uploaded, and the result can be previewed as a table, copied or downloaded.
Convert Excel to Markdown as you type. Nothing is uploaded, and the result can be previewed as a table, copied or downloaded.
Loading the converter… It runs locally in your browser.
Copy cells in Excel or Google Sheets, paste them here and get an aligned GitHub-flavored Markdown table for a README, issue or wiki page.
Microsoft Excel workbooks (.xlsx, and legacy .xls). TableForge also reads OpenDocument .ods and data copied straight out of a spreadsheet.
GitHub Flavored Markdown tables: pipes between cells and a dashed separator row, with colons that set column alignment.
No. The Excel to Markdown conversion runs entirely in your browser with JavaScript. The page works offline once it has loaded, and TableForge never receives your data.
The limit is your device's memory. Files of tens of megabytes (hundreds of thousands of rows) convert fine on a typical laptop. The preview shows the first 200 rows, but the download always contains every row.
Yes. Fields containing commas, quotes or line breaks are quoted and escaped according to each format's rules, and text is read and written as UTF-8, so accents, CJK characters and emoji survive.
Yes, if Markdown is a readable format: the universal converter on the TableForge home page takes CSV, TSV, JSON, XML, YAML, Excel, Markdown, HTML tables and SQL inserts as input.
Each cell is exported as the value Excel last calculated and saved, with its display formatting (dates, currency). The formulas themselves are not exported, because CSV, JSON and similar formats have no concept of them.