Skip to content

A small Python script for splitting large Excel files into smaller chunks.

Notifications You must be signed in to change notification settings

jbloxsome/excel-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Excel Splitter

A small Python script for splitting large Excel files into smaller chunks.

Usage

Parameters

  • --src-file The relative path to the original excel spreadsheet.

  • --dst-dir The relative path to the directory to write the chunks to.

  • --num-chunks The number of chunks to split the file into.

  • --sheet-name The name of the sheet on the chunk files.

Example

python main.py --src-file ./spreadsheet.xlsx --dst-dir ./outputs --num-chunks 160 --sheet-name 'Web Products - for the OW impor'

About

A small Python script for splitting large Excel files into smaller chunks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages