jmplonka / InventorLoader

Workbench for FreeCAD to loads or import Autodesk (R) Inventor (R) files.
GNU General Public License v2.0
114 stars 17 forks source link

xlutils has been archived #62

Closed wavexx closed 1 year ago

wavexx commented 1 year ago

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).

luzpaz commented 1 year ago

@jmplonka :point_up_2:

luzpaz commented 1 year ago

49 is another dependency that has been deprecrated

jmplonka commented 1 year ago

But openpyxl only allows me to read XLSX files not XLS files. So this is no option.

wavexx commented 1 year ago

But then https://github.com/python-excel/xlrd is probably the second best alternative which is often used along openpyxl.

jmplonka commented 1 year ago

BTW: xlrd, xlwt and xlutils belongs together...