CSV Viewer
View and explore CSV files in a sortable table
CSV Input
Try a sample:
Drop a CSV file here or
Only the first file is used if multiple are dropped.
The request is made directly from your browser. No proxy is used.
Table View
Paste or upload a CSV to view it here...
More Options
CSV Format
Input
How to Use This Tool
This tool displays your CSV data in a clean, spreadsheet-style table with sortable columns.
- Provide your CSV — Paste CSV text into the input area, drop a CSV file onto the File tab, or enter a URL on the URL tab.
- Explore your data — Scroll horizontally and vertically to browse all columns and rows. Hover over truncated cells to see full values.
- Sort columns — Click any column letter header (A, B, C…) to sort ascending. Click again for descending. Click a third time to restore the original order.
FAQ
4 questionsDoes this tool upload my data?
No. It runs entirely in your browser using JavaScript. Your CSV data is never sent to a server.
How does sorting work?
Click any column letter header to sort ascending. Click again for descending. Click a third time to restore the original CSV row order.
Can I sort by multiple columns?
No. The viewer supports single-column sorting only. For multi-column sorting, use the Sort CSV tool.
Why are some values truncated?
Columns use a fixed width to keep the table readable. Hover over any cell to see its full value in a tooltip.