Skip to content

v0.36.1 - 2026-07-27

Latest

Choose a tag to compare

@jmcnamara jmcnamara released this 27 Jul 10:55

Fixed

  • Fixed a regression in 0.36.0 that broke Strict OOXML (ISO/IEC 29500)
    _rels/.rels links.

  • 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

New Contributors

Full Changelog: v0.36.0...v0.36.1