HTML Table Generator
Create HTML, Markdown, and CSV tables with a spreadsheet-like editor. Paste from Excel, customize, and copy the output.
3 cols
4 rows
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>Frequently Asked Questions
What output formats are supported?+
HTML table markup, Markdown table syntax, and CSV. All three formats are generated simultaneously from the same data, so you can switch between them instantly.
Can I paste data from Excel or Google Sheets?+
Yes. Copy cells from a spreadsheet, paste into the first cell, and the data will fill across cells and rows automatically (tab-separated values are parsed).
Is there a limit on table size?+
No hard limit. The tool supports up to 20 columns and 50 rows. Larger tables may slow down the browser since everything runs client-side.