version: 0.2.0 python: 3.11 xls2xlsx.py: line 280 `elif number_format.endswith('/d/yy'):` sometime the `number_format` is None, which cause the exception `None type has no attribute endswith`.
version: 0.2.0
python: 3.11
xls2xlsx.py: line 280
elif number_format.endswith('/d/yy'):sometime the
number_formatis None, which cause the exceptionNone type has no attribute endswith.