Excel To Table
Turn spreadsheet clipboard text into an HTML table for an article. The input is delimited text, not a workbook import, so the resulting markup represents cell values rather than Excel formatting or formulas.
- Runs in your browser
- Nothing is uploaded
- No signup; device limits apply
Loading the tool. If it does not appear, reload this page.
How to use this tool
Copy a cell range and choose whether its first row contains headings. The first line helps select tabs or commas as the delimiter; simplify embedded line breaks and complex CSV fields before conversion.
Results and examples
A Name and Score header followed by Mina and 90 becomes a two-column table with one data row. HTML-sensitive characters are escaped so a cell value is represented as text rather than an executable tag.
Limitations
- Merged cells, formulas, colours and the .xlsx workbook structure are not retained.
- Line breaks inside a cell may create extra rows; check the generated row count.
Fields
| Field | Guidance and constraints |
|---|---|
| Auto | Check the unit and format displayed beside this field. |
| Tab (TSV) | Check the unit and format displayed beside this field. |
| Comma (CSV) | Check the unit and format displayed beside this field. |
| Use first row as th | Check the unit and format displayed beside this field. |
| Paste | Check the unit and format displayed beside this field. |
| HTML table markup | Check the unit and format displayed beside this field. |
Data handling
Processing stays in the current browser tab; the site does not upload tool input for the calculation itself.
Sources
Frequently asked questions
What does a copied range become?
A Name and Score header followed by Mina and 90 becomes a two-column table with one data row. HTML-sensitive characters are escaped so a cell value is represented as text rather than an executable tag.
Are workbook styles preserved?
Merged cells, formulas, colours and the .xlsx workbook structure are not retained. Line breaks inside a cell may create extra rows; check the generated row count.