Free CSV viewer · No signup · Nothing uploaded

Open any CSV without Excel.

Drop a CSV and read it in a fast, spreadsheet-style grid — sort any column, search across every cell, select and copy ranges. No upload, no account, no spreadsheet app.

01 · How it works

Drop, look, done.

Double-clicking a CSV shouldn't mean waiting for Excel to boot, mangle your dates and strip your leading zeros. This viewer shows the file exactly as it is.

i. drop

Drop the file

CSV, TSV or Excel. Large files parse in a background thread with a progress bar.

ii. inspect

Sort, search, select

Click a header to sort, type in the filter box to search every column, drag to select ranges and copy them.

iii. continue

Export or visualize

Download as CSV or Excel, copy to the clipboard, or open the data in the dashboard builder.

02 · Why this one

See the file as it really is.

No type coercion, no silent reformatting — the grid shows exactly what's in the file.

  • 01

    Faster than opening Excel

    The grid renders only the rows on screen, so even huge files open instantly and scroll smoothly.

  • 02

    Nothing gets mangled

    Unlike Excel, nothing is auto-converted — leading zeros, long IDs and ISO dates stay exactly as written.

  • 03

    Search everything

    The filter box matches across every column as you type; the row count updates live.

  • 04

    Private by design

    Your file is parsed locally and never uploaded — safe for customer exports and financial data.

"I just need to LOOK at the file — this opens it faster than Excel finds its splash screen."
— everyone, eventually
03 · FAQ

CSV Viewer questions.

Is the file uploaded anywhere?
No — it's read entirely in your browser. Nothing is sent to a server, which you can verify in DevTools → Network.
Up to 250 MB / millions of rows. Parsing runs off the main thread and the table is virtualized, so the tab stays responsive.
No. Values render exactly as they appear in the file — leading zeros, ISO dates and 16-digit IDs are left alone.
Yes, .xlsx and .xls open the same way — you'll get a sheet picker for multi-sheet workbooks. There's also a dedicated Excel viewer.
This page is read-only by design. One click takes you to the CSV editor, which adds cell editing, row/column operations and undo.