- refactor: replace `try!` with `?` operator - feat: adds a new `worksheet_range_by_index` function. - feat: adds new `ErrorKind`s - refactor: simplify `search_error` example by using a `run()` function
0.3.3
- refactor: update dependencies (error-chain and byteorder)
0.3.2
- refactor: update dependencies
0.3.1
- perf: [xls] preload vba only instead of sheets only - refactor: [vba] consume cfb in constructor and do not store cfb
0.3.0
- feat: [all] better `Range` initialization via `Range::from_sparse` - feat: [all] several new fn in `Range` (`used_cells`, `start`, `end` ...) - refactor: adds a `range_eq!` macro in tests
0.2.1
- fix: [xls] allow directory start to empty sector if version = 3 - fix: [vba] support all project codepage encodings - feat: [xls] early exit if workbook is password protected - fix: [xls] better decoding based on codepage - fix: [xlsb] simplify setting values and early exit when stepping into an invalid BrtRowHdr - fix: [xlsb] fix record length calculation