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 |
Related tools
Markdown Table GeneratorGenerator
Build Markdown tables with a spreadsheet-like editor.
UUID GeneratorGenerator
Generate UUIDv4 locally in your browser.
UUIDv7 GeneratorGenerator
Generate time-ordered UUIDv7 values locally in your browser.
NanoID GeneratorGenerator
Generate NanoID identifiers locally in your browser.
ULID GeneratorGenerator
Generate ULIDs locally in your browser.
Fake Data GeneratorGenerator
Generate fake names, emails, addresses, phone numbers, companies, and dates in your browser.
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.