Delimited text
CSV, TSV, and TXT, including gzip or single-file ZIP containers.
Start with delimited text for free. Pro adds the Local Data Suite, including typed data files, document-shaped rows, and multi-file collection imports.
CSV, TSV, and TXT, including gzip or single-file ZIP containers.
JSON Lines, XLSX, SQLite, Parquet, Arrow IPC / Feather v2, dBase (.dbf), and Avro.
Word (.docx) outlines or tables, PowerPoint (.pptx) slides, and EPUB content blocks. Merge up to 500 CSV tables or Word outlines; Word rows retain their source filename.
“File too large to open.”
AfterA local project you can reopen in milliseconds.
A 20.97 GB CSV became a working project in 3.9 minutes on the measured run.
A one-billion-cell project scrolled with zero dropped frames and reopened in 93 ms median.
| A | B | C | D | E | F | |
|---|---|---|---|---|---|---|
| 1 | txn_id | posted_at | account | amount | fee | balance |
| 2 | 418002998 | 2026-07-02 | ACC-1037 | 19.73 | 0.37 | 814.47 |
| 3 | 418003005 | 2026-07-03 | ACC-1074 | 27.06 | 0.51 | 1117.06 |
| 4 | 418003012 | 2026-07-04 | ACC-1111 | 34.39 | 0.65 | 1419.65 |
| 5 | 418003019 | 2026-07-05 | ACC-1148 | 41.72 | 0.79 | 1722.24 |
| 6 | 418003026 | 2026-07-06 | ACC-1185 | 49.05 | 0.93 | 2024.83 |
| 7 | 418003033 | 2026-07-07 | ACC-1222 | 56.38 | 1.07 | 2327.42 |
| 8 | 418003040 | 2026-07-08 | ACC-1259 | 63.71 | 1.21 | 2630.01 |
| 9 | 418003047 | 2026-07-09 | ACC-1296 | 71.04 | 1.35 | 2932.60 |
| 10 | 418003054 | 2026-07-10 | ACC-1333 | 78.37 | 1.49 | 3235.19 |
| 11 | 418003061 | 2026-07-11 | ACC-1370 | 85.70 | 1.63 | 3537.78 |
| 12 | 418003068 | 2026-07-12 | ACC-1407 | 93.03 | 1.77 | 3840.37 |
| 13 | 418003075 | 2026-07-13 | ACC-1444 | 100.36 | 1.91 | 4142.96 |
| 14 | 418003082 | 2026-07-14 | ACC-1481 | 17.69 | 0.34 | 730.26 |
| 15 | 418003089 | 2026-07-15 | ACC-1518 | 25.02 | 0.48 | 1032.85 |
~2,400
visible cells — the other billion stay in the local project until you scroll to them.
0
Import, edit, calculate and export all happen inside the browser tab.
Spreadsheet content never reaches a Jason server — there is nothing to upload and nothing to breach.
Three steps, and only the last one is a claim about anyone else — so that is the one with a number attached.
The browser tools that open big files without uploading them are DuckDB-WASM underneath. That is why they read the same formats: it is the same reader. It is also why they share the same limit — the data lives in memory, and we measured it running out at 1.76 GB.
See the measurementAdding one more file extension changes nothing about whether you can work in the file once it opens. Jason pages the data through local storage instead of holding it in RAM, which is a different answer to a different question.
Desktop tools drop the first. Cloud tools drop the second — your file goes to their server. Local browser tools drop the third. Jason is the combination: nothing to install, nothing uploaded, and measured holding 11.78 GB and a billion cells open in a tab.
See the measurementImport CSV for free. Pro adds structured-data and document sources through the Local Data Suite. Nothing is uploaded to Jason.
Search, sort, edit, calculate, and navigate the full dataset through a responsive canvas grid.
Reopen the local project without paying the original import cost again.
Write the result to CSV, or export the current view to Parquet with Pro.
11.78 GB source imported in 174.6 s, then scrolled with zero dropped frames.
EngineSum and average over currency columns no longer drift on long columns.
PerformanceReopening an imported project no longer repeats the import cost.
SecurityPro capability is granted only against a subject-bound ES256 receipt.
Open an oversized CSV for free. Pro removes Jason's limits and adds structured-data, document, and multi-file Local Data Suite tools.