A command-line tool to split large Excel files (.xls/.xlsx) into smaller chunks with low memory usage. Version 0.1.0, requires Python >=3.13. Initial release, no breaking changes yet.
pip install spreadsheet-splitterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Splits 'large.xlsx' into files with 1000 rows each, placed in the 'chunks' directory.
Use 'from spreadsheet_splitter import split_spreadsheet'.
Upgrade Python to 3.13 or later.
No dependency data recorded yet.