HTML Table to CSV Converter
Convert
Paste HTML that contains one or more tables and get clean CSV out. Each row and cell is read with the browser's real HTML parser, cell text is whitespace-normalized, and values are properly quoted when they contain commas, quotes or line breaks. Choose comma, semicolon or tab as the delimiter; multiple tables are exported one after another. Everything runs locally in your browser — nothing is uploaded.
How to use
- Paste HTML containing a <table> (or a whole page) into the input box.
- Pick the delimiter — comma, semicolon or tab.
- Copy the CSV from the output box.
Frequently asked questions
- Does it handle multiple tables?
- Yes. Every <table> in the pasted HTML is converted, and the resulting CSV blocks are output one after another, separated by a blank line.
- How are header cells treated?
- Header cells (th) and data cells (td) are both included as ordinary fields, in document order, so your header row comes out as the first CSV row.
- What about colspan and rowspan?
- Cells are read once each, in source order, without expanding spans. Simple tables convert exactly; tables with merged cells may need manual touch-up.
- Is my HTML sent anywhere?
- No. Parsing and conversion happen entirely in your browser; nothing is uploaded.
Related tools
BCD Converter (Binary-Coded Decimal)
Convert decimal to and from 8421 binary-coded decimal — per-digit 4-bit nibbles, packed BCD hex bytes, and BCD validity checking.
Gray Code Converter
Convert between decimal, binary and reflected-binary Gray code, both directions, with an optional fixed bit width and a 0-7 reference table.
Two's Complement Converter (8–64 bit)
Enter a decimal, hex, binary, or octal value and see its 8/16/32/64-bit two's complement bit pattern, plus its signed and unsigned readings, hex, octal, and one's complement — in your browser.
IEEE 754 Float Converter (32 & 64-bit)
See the exact IEEE 754 bit layout of any number in float32 and float64 — sign, exponent, and mantissa bits, hex, the stored value, and rounding — or decode hex bits back to a number, all in your browser.
Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal.
Unit Converter
Convert length, weight, temperature, area, volume, speed, and time.