snoopyjc / xls2xlsx

Convert xls file to xlsx (in python 3)
MIT License
54 stars 18 forks source link

Bold cells are not always identified as bold #30

Open felschatz opened 5 months ago

felschatz commented 5 months ago

Description

For some reason my (from a third party generated) xls files bold cells are not correctly identified as bold in line 116 of xls2xlsx.py

felschatz commented 2 months ago

Duplicate of #22