Paste CSV — or a block copied straight out of Excel — and get an aligned GitHub-flavored Markdown table back.
Commas, tabs or semicolons — detected automatically. Runs in your browser.
Converted — share it as a page.
Publish this as a live page in one click. No account to start.
Turning a spreadsheet into a Markdown table by hand is the kind of task that is trivial for three rows and unbearable for thirty: every field needs a pipe on each side, the header needs its --- separator, and one missed pipe silently breaks the whole table. Paste the data here and it is done in one step. The parser follows RFC 4180, so a quoted field containing commas, quotes, or line breaks stays one cell instead of shattering into several — the case that defeats most find-and-replace attempts. It also detects the delimiter, which matters more than it sounds: copying cells out of Excel or Google Sheets puts tab-separated text on your clipboard, not commas, and European exports commonly use semicolons. The reverse direction is on the Markdown table to CSV page.
An analyst has a 30-row export of regional revenue and needs it in the team README so it renders on the repo home page. The export is real CSV, which means the revenue figures are quoted because they contain thousands separators — "1,240,000" — and one notes column contains a quoted comment with a comma in it. A quick find-and-replace of commas for pipes would tear every one of those cells in half. Pasting the file here gives back a table where each quoted field is a single cell, the header row and separator are in place, and the one cell that contained a literal pipe character has been escaped so it cannot break the column layout. They paste it into the README, push, and the table renders on GitHub the way the spreadsheet looked.
Free links last 7 days with a free account. On a paid plan every page you create stays online permanently.
See pricing