Table Generator

Create and export tables as HTML, Markdown, or CSV.

Ad
Export
Ctrl+Enter
Ad

Frequently Asked Questions

What formats can I export tables to? +
You can export your table as HTML code, Markdown syntax, or CSV (comma-separated values). Each format has a copy button for easy use.
Can I add or remove rows and columns? +
Yes. Use the Add Row and Add Column buttons to expand your table, or use the Remove buttons to shrink it. The minimum table size is 1 row by 1 column.
How do I edit cell content? +
Simply click on any cell in the table to edit its content. The cell becomes an editable text field. Click outside or press Tab to move to the next cell.
What is a header row? +
A header row is the first row of a table that contains column titles. When enabled, the first row is rendered with th tags in HTML and bold styling, and in Markdown it adds the required separator line.
Is my table data saved anywhere? +
No. Everything runs in your browser. Your table data is never sent to any server. Once you leave the page, the data is gone unless you copied or exported it.
Ad