CSV 查看与编辑器
以交互式表格查看、排序、筛选和检查 CSV 文件——全部在浏览器中完成
Drop a CSV file here or click to upload
Supports UTF-8, comma-separated CSV files
How it works
- • Upload a
.csvfile or paste CSV text directly. - • Click any column header to sort ascending/descending.
- • Use the filter box to search across all columns simultaneously.
- • Download the filtered result as a new CSV file.
- • Everything runs locally — your data never leaves your browser.
CSV Viewer & Editor Online
Open and view CSV files as an interactive, sortable, filterable table — right in your browser. No Excel or Google Sheets needed. Supports large files and all delimiters.
FAQ
What is a CSV file?
CSV (Comma-Separated Values) is a plain text format for tabular data. Each line is a row and values are separated by commas (or other delimiters like tabs or semicolons).
Can I edit the CSV in the viewer?
Yes — click any cell to edit it, then export the modified CSV. All changes happen in your browser.
What delimiters are supported?
Comma, semicolon, tab, pipe (|), and custom characters. The viewer auto-detects the delimiter for most files.
继续探索
您可能喜欢的其他 数据与电子表格…
JSON 表格查看器
将 JSON 对象数组渲染为可排序、可搜索的 HTML 表格,支持列筛选
Excel 转 CSV
将 XLSX 和 XLS Excel 文件转换为 CSV 格式——无需上传,通过 SheetJS 在浏览器中运行
CSV 列提取器
从 CSV 文件中选取特定列并下载结果——非常适合清理大型数据集
SQL 查询 CSV
直接在上传的 CSV 文件上运行 SQL SELECT 查询——无需服务器
CSV 合并工具
将多个 CSV 文件合并为一个——重新排序、去重并自动处理表头
模拟数据生成器
生成逼真的伪造数据 — 姓名、邮箱、地址、UUID、日期和自定义字段 — 并导出为 JSON、CSV 或 SQL INSERT 语句
CSV Splitter
Split a large CSV file into smaller files by row count or by unique values in a column
JSON 转 Excel
将 JSON 对象数组转换为 Excel (.xlsx) 或 CSV——由 SheetJS 驱动,在浏览器中运行