What kind of magic do I need to get python to talk to Excel xlsm file?

Ian Hill web at ushills.co.uk
Thu Sep 3 11:16:55 EDT 2020


If you don't need to do any specific data analysis using pandas, try
openpyxl.

It will read xlsm files and it quite straight forward to use.

https://openpyxl.readthedocs.io/en/stable/

pip install openpyxl.

Ian


More information about the Python-list mailing list