Turn an HTML table into CSV
Grabbed a table from a web page or report and need it in a spreadsheet? Paste
the <table> markup and this tool extracts every row into clean CSV — tags
stripped, <br> turned into spaces, and HTML entities decoded back to real
characters.
Fields that contain your delimiter, a quote or a newline are quoted properly per RFC 4180, so the result imports cleanly into Excel, Sheets or any database. Choose comma, semicolon, tab or pipe. Everything runs in your browser — nothing is uploaded.