HTML Table to CSV
Pull the data out of an HTML <table> and get clean CSV.
Was this tool helpful?
Thanks for the feedback!
Paste HTML that contains a table and this tool reads every row and cell into clean CSV — handy for scraping data out of a copied web page. It parses the actual table structure, so it is more reliable than copy-pasting into a spreadsheet. Everything happens in your browser, with nothing uploaded.
Build a table instead with CSV to HTML Table.
Frequently asked questions
How do I extract a table from HTML to CSV?
Paste the HTML containing a <table> and click extract; every row and cell is read into CSV.
Will it work on a copied web page?
Yes, as long as the copied HTML includes the table markup. It reads the first table it finds.
Does it clean up the text?
Yes, extra whitespace inside cells is collapsed for tidy output.
Is my data private?
Yes, the parsing happens in your browser and nothing is sent to a server.