Table Generator
Edit a grid and export tables in HTML, Markdown, CSV, TSV, LaTeX, and ASCII formats.
Rows
Columns
| Header 1 | Header 2 | Header 3 | | ------------ | ------------ | ------------ | | Row 1, Col 1 | Row 1, Col 2 | Row 1, Col 3 | | Row 2, Col 1 | Row 2, Col 2 | Row 2, Col 3 | | Row 3, Col 1 | Row 3, Col 2 | Row 3, Col 3 |
Was this page helpful?
Related tools
About Table Generator
Build clean HTML and Markdown tables from a simple editable grid, without hand-writing tags or pipes. Set headers, rows, and alignment, then copy the output.
How to use
- Set the number of columns and rows.
- Fill in the cells and choose alignment.
- Copy the generated HTML or Markdown table.
Frequently asked questions
- Can I paste data from a spreadsheet?
- Yes — tab-separated data from a spreadsheet maps neatly into the grid.
- Which output formats are available?
- It produces both HTML and Markdown so you can use the table in docs or web pages.