Private data workbench
Convert an HTML table to CSV.
Paste HTML or choose a local file, select a table, preview the result, and save it. Parsing and conversion stay in this browser.
Enter HTML
Enter HTML first.
Limits: 2 MiB input / 50 tables / 10,000 rows / 100 columns / 500,000 cells. No external fetch, storage, or analytics is used.
Why this is private
- HTML is parsed as a string; scripts, styles, iframes, and other resources in the input are never executed.
- You select a table and explicitly save after reviewing the result. Editing input invalidates the old result.
- Merged cells, quotes, commas, line breaks, Unicode, and empty cells remain text in the CSV.