Skip to content

Latest commit

 

History

History
120 lines (48 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

120 lines (48 loc) · 2.77 KB

v0.2.8 Office OpenXML parser (2023-11-07)

Bug Fixes

  • missing field deserialization error activeCell/builtinId (58f85a9a)

v0.2.7 Office OpenXML parser (2023-08-16)

v0.2.6 Office OpenXML parser (2023-08-16)

v0.2.6 Office OpenXML parser (2023-08-16)

v0.2.6 Office OpenXML parser (2022-05-17)

Bug Fixes

  • xlsx: fix missing field 'c' when parsing xlsx, close #7 (8659144f)

v0.2.6-alpha.0 Office OpenXML parser (2022-05-17)

Bug Fixes

  • xlsx: fix missing field 'c' when parsing xlsx, close #7 (8659144f)

v0.2.5 Office OpenXML parser (2022-04-06)

Bug Fixes

  • xlsx: add builtin number formats support (b0ab613c)

v0.2.4 Office OpenXML parser (2021-04-08)

Features

  • spreadsheet: add is_empty method for Cell (3ed27d71)

v0.2.3 Office OpenXML parser (2021-04-08)

Bug Fixes

  • fix missing field in shared string (13a75001)
  • changelog: use package version in changelog (8be1e74f)
  • packaging: make (*)Properties fields public, close #4 (5abffe80)

Office OpenXML parser (2021-01-17)

Bug Fixes

  • remove nightly feature to apply to stable rustc (2e383d27)

Office OpenXML parser (2021-01-17)

Bug Fixes

  • fix dimension calculation error in some case (02ba5812)

Office OpenXML parser (2021-01-17)

Features

  • sheet: support inline str in sheet data (2084001e)

Bug Fixes

  • fix typo in README, close #1 (94281446)

Office OpenXML parser (2020-12-10)