ToolHub

HTML Table Generator

Turn data pasted from Excel (tab-separated) or CSV text into clean HTML <table> markup with automatic escaping. Everything runs in your browser.

Input
Output

FAQ

How do I paste Excel data?

Copy a cell range in Excel and paste—Excel uses tabs, which is the default delimiter here.

How do I style the table?

The output is semantic markup only—add borders and padding via CSS selectors (table, th, td) or your own classes.

What about data containing commas?

In comma mode, embedded commas split cells. Route the data through a spreadsheet and re-copy as tab-separated instead.

Related tools