- fix: [all] allow range to resize when we try to set a value out of bounds - docs: less `unwrap`s, no unused imports - refactor: range bounds is not (`start`, `end`) instead of (`position`, `size`) - feat: add new methods for `Range`: `width`, `height`, `is_empty`
0.1.3
- fix: [xls] better management of continue record for rich_extended_strings
0.1.2
- fix: [all] return error when trying to set out of bound values in `Range` - fix: [xls] do a proper encoding when reading cells (force 2 bytes unicode instead of utf8) - fix: [xls] support continue records - fix: [all] allow empty rows iterator