BigCSV Split, convert and clean CSV files of any size
FILE NEVER LEAVES YOUR BROWSER
STEP 1Drop your CSVIt is read straight off your disk. Nothing is uploaded — check the network tab.
STEP 2Pick an operationSplit into parts, convert format, keep only some columns, remove duplicates, or filter rows.
STEP 3Download the resultFinished files appear in the Output panel below the operations, with a Download button on each.

Drop a CSV, TSV or text file here

Nothing is uploaded — everything runs locally on this machine. No signup.

Free up to 10,000 rows. Larger files need a one-time $19 licence — no subscription.

Your CSV is too large for Excel

Excel's hard ceiling is 1,048,576 rows by 16,384 columns per sheet. It is not a setting and it cannot be raised — the limit is baked into the .xlsx format. Open a CSV with more rows than that and Excel loads the first 1,048,576 and shows a warning that is very easy to click past.

The dangerous part: it fails quietly

The file is not corrupted and nothing looks broken. You get a full-looking spreadsheet with the tail silently missing. If you then save it, the rows beyond the limit are gone for good. This is the single most common way people lose data from a large export, and it produces reports that are merely wrong rather than obviously wrong.

To check whether it happened: scan the file here and compare the row count against what Excel shows at the bottom of the sheet. A mismatch means truncation.

Three ways around it

What about Google Sheets?

Sheets caps at 10 million cells, not rows — so the practical row limit depends on your column count. A 20-column file hits the wall at around 500,000 rows, which is worse than Excel. Uploading a confidential export to a cloud spreadsheet also puts it on someone else's server, which is often the actual objection.

Related: How to open a large CSV file · Convert a large CSV to Excel

Common questions

What is the exact Excel row limit? 1,048,576 rows and 16,384 columns per worksheet. It is a limit of the .xlsx file format and cannot be increased.

Does Excel warn me when a file is truncated? It shows a dialog, but it is easy to dismiss without reading, and afterwards the sheet looks complete. Compare the real row count against what Excel reports to be certain.

Will Power Query handle a bigger file? Power Query can process more rows than a sheet can display, but anything you load onto a worksheet is still subject to the 1,048,576 limit.