TABLE
Markdown Table Generator
Convert CSV or tab-separated data into a formatted Markdown table
MarkdownTableWriting
Markdown table
Paste at least one row to generate a table.
About this tool
Writing Markdown tables by hand is tedious and the pipes never line up. Paste rows copied straight from a spreadsheet or a CSV export and this tool builds the header row, alignment row, and padded cells for you.
How to use
- Paste your data — one row per line, columns split by tab or comma.
- Choose the delimiter and column alignment.
- Decide whether the first row is a header.
- Copy the Markdown table into your post or Notion page.
FAQ
Can I paste directly from Excel or Google Sheets?
Yes. A copied spreadsheet range is tab-separated, so select the Tab delimiter and it parses correctly.
What happens to pipe characters inside a cell?
They are escaped as \| so the table structure does not break.