Markdown table generator
Type into the grid, or paste cells straight from Excel, Google Sheets or a CSV. Pick how each column lines up, then copy the Markdown. It all happens in your browser; nothing is sent anywhere.
Import a spreadsheet, a CSV or an existing Markdown table
Loading the table editor… It needs JavaScript switched on.
Enter moves down a row and adds one at the bottom. Pasting several cells into a box fills the grid from there.
Markdown
Preview
How Markdown tables work
A table is rows of cells separated by pipes (|). The second line divides the header from the
body, and colons in it set the alignment: :--- for left, :---: for centre and
---: for right. A pipe inside a cell is written \|, and a line break as
<br>. Tables come from GitHub Flavored Markdown, so they work on GitHub, in Marknote
and in most editors. New to Markdown? Start with what Markdown is, or try
it in the playground.