Split, merge & clean CSV files — without uploading them.

Eight free tools for CSV, TSV and Excel files. Your data is processed entirely in your browser — nothing is uploaded, nothing is stored.

No upload No account No size limit Works offline CSV · TSV · XLSX
Files processed and counting

Drop your CSV, TSV or Excel file here to split

CSV TSV XLSX / XLS

File never leaves your device

100% browser-based

Every tool runs client-side in JavaScript. Your file is never uploaded to any server — you can verify this in your browser's Network tab.

No size limit

Process files from 1 KB to 2 GB. The only limit is your browser's memory, not our servers (there are no servers).

CSV · TSV · Excel

Drop any format, get any format back. Native XLSX support — no conversion step needed.

Preserves data fidelity

Leading zeros, special characters, embedded newlines, nested JSON — all handled correctly. Unlike Excel, we don't "helpfully" corrupt your data.

Handles Salesforce/HubSpot limits

Built-in presets for 25 MB Salesforce imports, 10 MB email attachments, 5 MB conservative splits. One click, done.

Works offline

Load the page once, turn off Wi-Fi, and it still works. Perfect for sensitive data, regulated industries, or spotty connections.

Is my data really private? How do I know nothing gets uploaded?

Every tool on this site is written in JavaScript that runs entirely in your browser. Open your browser's developer tools, switch to the Network tab, drop a file, process it — you'll see zero outgoing requests containing your file. The tools work even if you turn off Wi-Fi after the page loads, which proves the point.

What file formats are supported?

CSV (comma-separated), TSV (tab-separated), and Excel (.xlsx and .xls). You can mix formats — drop an Excel file into a tool, output as CSV, or vice versa. Semicolon-delimited CSVs (common in European locales) are auto-detected too.

Is there really no file size limit?

No server-side limit exists because there's no server. The practical limit is your browser's available memory. Files up to 500 MB work comfortably; 1–2 GB works on Chrome/Edge with 8+ GB of RAM. Beyond 2 GB you may need to split the file first using row-count mode.

Does it work on mobile?

Yes. Every tool is responsive and works on iOS Safari and Android Chrome. Mobile browsers have less memory than desktops, so very large files (200 MB+) may be slow or run out of memory. For routine CSV work (a few MB), mobile is fine.

Which tool should I use for my task?

Split — your file is too big to upload. Merge — you have multiple files that should be one. Remove duplicates — duplicate records are causing issues. Filter — you want only some rows. CSV ↔ JSON — your API expects JSON but you have a spreadsheet (or vice versa). Find & Replace — you need to normalize values ("United States" → "USA"). Sort — you want rows in a specific order. Validate — your import keeps failing and you don't know why.

Do I need to create an account?

No. There are no accounts, no signups, no email collection. The site doesn't know who you are or what you processed. Your preferences (theme, tool settings) are stored in your browser's localStorage — they never leave your device.

Why does my CSV import still fail even though the file looks fine?

The most common reasons: (1) blank or duplicate header columns, (2) encoding issues (the file is Windows-1252 but the importer expects UTF-8), (3) row-length mismatches caused by unescaped commas in free-text fields, (4) leading zeros stripped when Excel "helpfully" converted ZIP codes to numbers. Run the Validate tool first — it catches all of these in seconds.

Can I use this for commercial work?

Yes, with no licensing fees. The site is free to use for personal or commercial purposes. If your organization has strict compliance rules (HIPAA, GDPR), the browser-only architecture usually satisfies them — since we never receive your data, there's no data processor relationship to manage.

How does this site stay free?

Non-intrusive ads (via Google AdSense, when approved) fund the hosting. That's it — no freemium gates, no "upgrade to process bigger files," no paid tiers. If you find the tools useful, tell a colleague. That's the only growth we need.

How do I report a bug or request a feature?

Email us at [email protected] with as much detail as you can — what you were trying to do, what the file looked like (redact sensitive data first), what happened vs what you expected. We read every email.