Releases: pyexcel/pyexcel-xlsxr
Releases · pyexcel/pyexcel-xlsxr
v0.6.2 with right release version
What's Changed
- New style reader by @chfw in #6
- Potential fix for incorrect reading of data with empty cells when used with pyexcel by @mtskelton in #9
- Fix
column_to_numberbeing incorrect for files with more than 26 columns by @PLPeeters in #13 - Fix freeze when reading corrupt XLSX files by @PLPeeters in #12
New Contributors
- @mtskelton made their first contribution in #9
- @PLPeeters made their first contribution in #13
Full Changelog: v0.5.3...v0.6.2.1
release 0.6.2
What's Changed
- Fix
column_to_numberbeing incorrect for files with more than 26 columns by @PLPeeters in #13 - Fix freeze when reading corrupt XLSX files by @PLPeeters in #12
- release 0.6.2 by @chfw in #14
New Contributors
- @PLPeeters made their first contribution in #13
Full Changelog: v0.6.1...v0.6.2
maintenance release
one fix: #9
Breaking release
support python 3.6+ only
new style reader