Skip to content

A Python script to split an excel workbook into smaller workbooks based on values in a coloumn.

Notifications You must be signed in to change notification settings

Hammy25/Split-Workbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Split.py

A small program to split any excel workbook (csv or xlsx) into smaller workbooks based on values in different coloumns.

It is just a helpful script that I use almost everyday. I also attempted to develop it through TDD. I hope it assists someone else.

Requirements

  1. Python 3.*
  2. Pandas
  3. Termcolor

Install requirements:

pip3 install pandas termcolor

How to run it

python3 split.py example.csv
python3 split.py example.xlsx

About

A Python script to split an excel workbook into smaller workbooks based on values in a coloumn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages