- Check the requirements.txt file to make sure you have what you need (other than Python, obvsly)
- Download the file
compile_sheets.py
Now, let's say you have all the original xlsx files in a folder called 'Data' you can run the script with:
python compile_sheets.py -o master.xlsx data/*
# OR
python compile_sheets.py -o /path/to/master.xlsx data
# OR (if you have other files in other directories/places)
python compile_sheets.py -o /path/to/master.xlsx data /path/to/another/sheet.xlsx /path/to/some/other/data/dir
That will generate a file called master.xlsx that has all the info.