Convert Excel spreadsheets into Apache Parquet.
Upload an Excel workbook (.xlsx, .xls, .xlsm, or .csv), choose worksheets, set compression and column types, and download a single Parquet file or a Batch ZIP of split Parquet parts.
or click to browse (.xlsx, .xls, .xlsm, .csv — max 25 MB)
.parquet file; Batch ZIP splits by your Split rows value into multiple Parquet files.| Plan | File size | Row limit per sheet | Notes |
|---|---|---|---|
| Free (you) | 25 MB | Up to 50,000 | Keeps performance smooth in browsers; avoids memory crashes. |
| Pro | 50 MB | Up to 100,000 | Suitable for mid-size datasets; requires efficient parsing. |
| Premium | 100 MB | Up to 250,000 | For enterprise users; may need server-side streaming or chunking. |
.xlsx, .xls, .xlsm, and .csv.
Yes. Select multiple worksheets from the dropdown; single-file mode merges them using the first sheet's columns.
It splits each sheet into multiple Parquet files by your Split rows value and packs them into a ZIP for download.
Apache Parquet is a columnar binary format widely used in analytics (Spark, DuckDB, Pandas).
Recommended row limits per sheet: Free 50,000 / Pro 100,000 / Premium 250,000. File size follows the upload limit your admin set for this tool and your plan.