File & Data Tools
View a CSV file
Open a CSV or Excel file, search across every column, and see exactly what is in the cells.
- Free, no signup
- No upload — runs on your device
- No watermark
- Unlimited use
CSV Viewer
Processed locally.csv, .tsv, .xlsx, .xls
The point of a viewer is that it changes nothing
Opening a CSV in Excel to "just have a look" is how leading zeros die. The type inference runs on open, silently, and if you then press Ctrl-S you have written the corruption back to disk. Half the CSV damage in the world happens during an inspection nobody intended to be an edit.
A viewer that renders text as text has no such failure mode. Every cell here is displayed exactly as the bytes in the file, so 01234 is 01234, SEPT1 is SEPT1, and a sixteen-digit account number keeps all sixteen digits. Nothing can be saved, so nothing can be corrupted.
It is also faster. Excel builds a full calculation model on open. A viewer parses and prints. A hundred-megabyte CSV that takes Excel a minute renders here in a few seconds — because it never asked what type anything was.
How it works
- Drop in a CSV or Excel file
- Type in the search box to filter rows
- Adjust how many rows are shown at once