HTML 表格转 CSV
将 HTML table 转换为 CSV
🔒 100% client-side — your data never leaves this pageHTML Table Input
CSV Output
CSV will appear here
🔒 100% client-side
About this tool
将 HTML table 标记快速转换为 CSV 文本,支持常见单元格内容提取与转义。适合网页数据整理、报表迁移、手工采集和脚本预处理等场景。
Frequently Asked Questions
Does it support th and td cells?
Yes. Both header and body table cells are extracted into CSV rows.
Are commas inside cells handled?
Yes. Cells are wrapped and escaped using standard CSV quoting rules.
Can it parse multiple tables?
Current behavior extracts rows from matched table row structures in the input text.