Closed wavexx closed 1 year ago
@jmplonka :point_up_2:
But openpyxl only allows me to read XLSX files not XLS files. So this is no option.
But then https://github.com/python-excel/xlrd is probably the second best alternative which is often used along openpyxl.
BTW: xlrd, xlwt and xlutils belongs together...
Just FIY, while attempting to package this I noticed https://github.com/python-excel/xlutils has been archived/deprecated for a while, with the suggestion to use openpyxl instead (not sure if openpyxl contains everything which is needed by InventorLoader).