Build 5.0.0.44 of xlsgen improves the compatibility of Excel files generated by xlsgen and consumed by Python-based libraries such as Pandas.
Before this build, reading an XLSX/XLSM Excel files generated by xlsgen with a Pandas script would generate the following kind of error :
TypeError: CellStyle.__init__() got an unexpected keyword argument 'id'
With xlsgen 5.0.0.44 this is no longer the case.