open CSV files too big for Excel

Excel stops at 1,048,576 rows. This viewer streams the file instead of loading it, so multi-gigabyte CSVs open on an ordinary laptop: instant first-thousand-row preview, a virtualized grid that scrolls smoothly, and full-file column statistics.

how to use it

  1. Drop the file Excel refused. The first thousand rows appear in milliseconds while the rest streams past.
  2. Exact row counts and full-file column profiles arrive when the scan finishes - the header keeps a running count meanwhile.
  3. Filter, dedupe, and clean - or open the ⚡ engine for GROUP BY, joins, and a grid that scrolls every row of the result rather than a first page of it.
  4. Export csv, json, or .sqlite - the whole file runs through the pipeline on the way out.

"CSV" is a loose term here, and paste means paste anything: TSV, semicolon and pipe delimited files, ranges copied from Excel or Google Sheets, SQL client result grids, even tables copied off a web page (they arrive tab-separated) - the delimiter is detected automatically. One delimiter is chosen for the whole file; if a column turns out to carry its own separator inside it, click that column's header and choose split at delimiter to break it into real columns.

every tool in the box

Like every unfckr tool, this runs 100% in your browser: no upload, no servers, no signup, no analytics. A Content-Security-Policy header blocks every programmatic network channel, so not even malicious code could phone home - and you can watch it happen: the privacy page runs six live escape attempts and shows the browser refusing each one.

↑ back to the tool