Very quick and dirty script to parse CPPD completion tracking Excel sheets. Not really productionized, and probably never will have to be. Delete or archive this repo if it's here a year without modification.
Requires Python3 (Mac: brew install python
)
First time only:
- Clone this repo and navigate in
- Setup virtual environment:
python3 -m venv .venv
- Activate virtual env:
source .venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
All other times:
- Activate virtual env:
source .venv/bin/activate
- Drop all the spreadsheets into a folder, without any other kinds of files going into that folder
- Run the script:
python parser.py (folder path) > data.csv
- Checkout your aggregated data in Excel / Google Spreadsheets with
data.csv