About
A free CSV viewer that treats your file as your business.
A CSV is plain text: one line per row, a separator between fields, usually the column names on
the first line. That simplicity is why every database, CRM, bank and shop platform can export
one — and why a CSV file opener should be the least dramatic tool you own. You
should be able to double-click a file, see what is in it, and get on with your day.
In practice, opening a CSV is where the trouble starts. Double-clicking it launches a
spreadsheet that reformats the data as it loads. The online CSV viewer in the
first search result wants an email address and uploads your file to a server in a country you
did not choose. And a file bigger than a few megabytes makes both of them crawl.
This tool exists for that gap. It is a free CSV viewer that runs entirely in
your browser: no account, no upload, no row cap, no watermark and no paid tier waiting behind
the third feature. Open the network panel while you load a file and you will see nothing leave
your machine — which is the only claim about privacy that is worth anything.
Who uses it
- Analysts checking an export before it goes near a pipeline.
- Developers eyeballing a database dump or a fixture file.
- Finance and ops teams reading a bank or payroll export that must not be uploaded anywhere.
- Anyone who was emailed a
.csv and has no spreadsheet installed.
File types it opens
.csv, .tsv, .tab, .psv and .txt
— anything delimited by commas, semicolons, tabs or pipes. Quoted fields containing commas,
escaped quotes and line breaks are handled correctly, ragged rows are padded rather than
clipped, and the detected separator and encoding are always shown so a wrong guess is visible
rather than silent.