How to use HTML table to CSV
- 1. Paste HTML. A table fragment is enough; a full document also works.
- 2. Confirm HTML → CSV. Preselected here.
- 3. Copy CSV. Open it in a spreadsheet on your machine.
About this tool
People do not search “table converter”; they search “html table to csv.” This page is that pair. It is not a crawler — you paste the markup yourself.
Colspan and thead
Merged cells flatten poorly. Prefer a simple thead plus tbody. Multiple tables in one paste may concatenate.
Code examples
MD
| a | b |
| --- | --- |
| 1 | 2 |