Split Excel Files Online
Split Excel files into multiple smaller files by row count, directly in your browser.
About this tool
Split large Excel files into smaller chunks by row count. Each output file is a valid Excel file with the same headers. Useful for working with tools or APIs that have row limits.
Frequently Asked Questions
How does the Excel file splitter decide where to cut?
It divides rows evenly into chunks of the size you specify. If the file does not divide evenly, the last chunk contains the remaining rows.
Do the split Excel files include column headers?
Yes. Every output file gets the same column headers as the original, so each chunk is a valid standalone file.
What format are the output files when I split a Excel file?
The output format matches the input — splitting a Excel file produces multiple Excel files, one per chunk.
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Filter by Date Range Excel Files Online
Filter Excel files to rows within a date range using simple start and end date pickers. See a live match count before you apply the filter — no upload required, runs in your browser.
Compute Correlation Matrix for Excel Files Online
Compute a Pearson correlation matrix for numeric columns in Excel files directly in your browser. Instantly spot which variables move together — colour-coded heatmap, no upload required.
Find Fuzzy Duplicates in Excel Files Online
Find near-duplicate rows in Excel files using Levenshtein edit distance or Jaro-Winkler similarity — all in your browser. Set your own threshold and download the matched pairs as CSV — no upload required.
Hash & Anonymise Columns in Excel Files Online
Anonymise or pseudonymise columns in Excel files by replacing values with MD5, SHA-256, or DuckDB hashes — directly in your browser. Useful for GDPR compliance and sharing data without exposing PII — no upload required.
Group Concatenate Excel Files Online
Concatenate text values within each group in Excel files directly in your browser. Group rows by a column and join the values of another column into a single delimited string — no upload required.