Markdown Table Generator

Create Markdown tables online for GitHub READMEs and documentation. Paste from a spreadsheet or edit cells directly, then copy the Markdown.

Example output

| Item   | Qty | Price |
| ------ | --- | ----- |
| Widget | 4   | $3.00 |
| Gadget | 2   | $5.50 |

Frequently asked questions

Is it GitHub-flavored Markdown?
Yes — standard GFM pipe tables that render on GitHub, GitLab and most Markdown tools.
Can I paste from Excel or Google Sheets?
Yes — paste cells straight in and it builds the table, then copy the Markdown.
Can I set column alignment?
Yes — pick left, center or right per column and it emits the :---, :---: or ---: markers.

Loading the editor…