Releases: willtrnr/pyxlsb
Releases · willtrnr/pyxlsb
v1.0.10
- #44 - Fix string-byte comparison warnings on Python 3
v1.0.9
- #38 - Fix a rounding error in time conversion
- #39 - Add
name
to worksheet objects with the sheet's name
v1.0.8
- #32 - Fix some resource leaks
v1.0.7
- Fix sheet selection issue in workbook with mixed sheet types (i.e.: chart sheets)
v1.0.6
- Make string decoding more lenient
- Add version metadata for PEP 396
v1.0.5
- Allow building even when pandoc is missing for situations where running setup.py is unavoidable
v1.0.4
- Fix an encoding issue with multi-byte character strings
v1.0.3
- Fix an issue that prevented reading from a worksheet with empty first columns
v1.0.2
- Fix a major issue with negative decimal numbers handling
v1.0.1 First PyPI release
- Release the package on PyPI