## v0.2.8 Office OpenXML parser (2023-11-07) #### Bug Fixes * missing field deserialization error activeCell/builtinId ([58f85a9a](https://github.com/zitsen/ooxml-rs/commit/58f85a9a31879ab5018a9a9cce163c02c93fc1f3)) ## 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](https://github.com/zitsen/ooxml-rs/commit/8659144ff08a0ec7b773a36c8f347cf838c43b61)) ## v0.2.6-alpha.0 Office OpenXML parser (2022-05-17) #### Bug Fixes * **xlsx:** fix missing field 'c' when parsing xlsx, close #7 ([8659144f](https://github.com/zitsen/ooxml-rs/commit/8659144ff08a0ec7b773a36c8f347cf838c43b61)) ## v0.2.5 Office OpenXML parser (2022-04-06) #### Bug Fixes * **xlsx:** add builtin number formats support ([b0ab613c](https://github.com/zitsen/ooxml-rs/commit/b0ab613c937e0ca0686e4ae7c8a43f1b5fa0a1b9)) ## v0.2.4 Office OpenXML parser (2021-04-08) #### Features * **spreadsheet:** add is_empty method for Cell ([3ed27d71](https://github.com/zitsen/ooxml-rs/commit/3ed27d7109526d4f00a7e484910021e7f157c4a4)) ## v0.2.3 Office OpenXML parser (2021-04-08) #### Bug Fixes * fix missing field in shared string ([13a75001](https://github.com/zitsen/ooxml-rs/commit/13a75001dc79b414522547bfb98a383b54cec5d0)) * **changelog:** use package version in changelog ([8be1e74f](https://github.com/zitsen/ooxml-rs/commit/8be1e74f67960d0c9b93fb212fdbcbc6ef7575db)) * **packaging:** make (*)Properties fields public, close #4 ([5abffe80](https://github.com/zitsen/ooxml-rs/commit/5abffe801b2277d67fd1751baf001d6e56bf7dd3)) ## Office OpenXML parser (2021-01-17) #### Bug Fixes * remove nightly feature to apply to stable rustc ([2e383d27](https://github.com/zitsen/ooxml-rs/commit/2e383d27f63fa621c78725ff21ac310bc852cec8)) ## Office OpenXML parser (2021-01-17) #### Bug Fixes * fix dimension calculation error in some case ([02ba5812](https://github.com/zitsen/ooxml-rs/commit/02ba5812ce831880048982f6ef1f15529bf0bf44)) ## Office OpenXML parser (2021-01-17) #### Features * **sheet:** support inline str in sheet data ([2084001e](https://github.com/zitsen/ooxml-rs/commit/2084001eead356c01053363378ecaadaea1c777d)) #### Bug Fixes * fix typo in README, close #1 ([94281446](https://github.com/zitsen/ooxml-rs/commit/94281446a3e677977717787aa98e72c00f964601)) ## Office OpenXML parser (2020-12-10)