Fixed
-
Fixed a regression in 0.36.0 that broke Strict OOXML (ISO/IEC 29500)
_rels/.relslinks. -
Fixed XLS string handling to preserve empty strings instead of discarding
them. PR #679. -
Fixed XLSB workbook parsing to consume the body of unhandled workbook-global
records. A leftover body was misread as the next record id, which either
silently dropped the worksheet or panicked from an empty buffer. PR #675.
What's Changed
- Add support for OOXML format by @saks in #681
- xls: preserve empty strings by @aquasync in #679
- fix(xlsb): consume unmatched workbook-global record bodies by @momomuchu in #675
New Contributors
- @momomuchu made their first contribution in #675
Full Changelog: v0.36.0...v0.36.1