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

  1. Paste your data — one row per line, columns split by tab or comma.
  2. Choose the delimiter and column alignment.
  3. Decide whether the first row is a header.
  4. 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.

Contact support