| Name | Role | Location |
|---|---|---|
| Ada Lovelace | Engineer | London |
| Grace Hopper | Rear Admiral, US Navy | Arlington |
| Alan Turing | Mathematician | Manchester |
CSV to Markdown table converter, free and in your browser
Paste CSV, tab-separated text, or cells copied straight from Excel or Google Sheets. The Markdown table appears below with a live preview. Commas inside quotes, and pipes in cells, are handled for you.
How it works
Paste your data
Copy cells from a spreadsheet, or paste a CSV or TSV file’s contents. The separator is detected.
Pick options
Say whether the first row is the header, and choose the column alignment.
Copy the table
Click Copy Markdown, or keep editing the table in the editor.
Questions
Can I paste from Excel or Google Sheets?
Yes. Copied cells arrive as tab-separated text, which is detected automatically.
What happens to | characters in my data?
They are escaped as \| so they don’t break the table.
Can Markdown tables merge cells?
No. Standard Markdown tables have no merged cells. See the Markdown tables guide for workarounds.