Using 3rd party Python Libraries

requirements.txt outlines many incompatible dependencies

setup.py calls for python versions of 2.7+

I’ve used this 3rd party module from @nmudge before for reading and writing to Excel files. It provides nice wrappers for Apache POI library.

2 Likes