- refactor: rename `Excel` in `Sheets` to accommodate OpenDocuments - feat: add Index/IndexMut for Range
0.8.0
- feat: add basic support for opendocument spreadsheets - style: apply rustfmt - feat: force rustfmt on travis checks
0.7.0
- fix: extend appveyor paths to be able to use curl - refactor: update deps - fix: extract richtext reading from `read_shared_strings` to `read_string`, and use for inlineStr instead of `read_inline_str` - style: rustfmt - fix: enable namespaced xmls when parsing xlsx files
0.6.0
- refactor: bump dependencies - refactor: move from rust-encoding to encoding_rs (faster), loses some decoders ...
0.5.1
- refactor: bump to quick-xml 0.6.0 (supposedly faster)
0.5.0
- style: rustfmt the code - feat: xlsx - support 'inlineStr' elements (`<is>` nodes) - fix: xlsx - support sheetnames prefixed with 'xl/' or '/xl/' - chore: bump deps (error-chain 0.8.1, quick-xml 0.5.0)