Releases: d1ceward/xlsx-parser
Releases · d1ceward/xlsx-parser
Release v1.2.0
New features
- Add a "#sheet_exists?" method to check whether a sheet exists by name
- Add a "#sheet" method to retrieve a sheet by name
Dependencies
- Upgrade Crystal version from 1.11 to 1.13
Pull requests
- Add the ability for worksheet names to be stored. by @PowellDean in #5
New Contributors
- @PowellDean made their first contribution in #5
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
Enhancement
- Upgrade Crystal lang version from 1.7 to 1.9
Dependencies
- Upgrade crystal-ameba from 1.4 to 1.5
Hotfix v1.0.4
Bug fixes
- Fixed auto-detection of unspecified cell styles
- Fix crash if there are no shared strings
Hotfix v1.0.3
Bug fixes
- Fix issue with unknown cell type
Hotfix v1.0.2
Bug fixes
- Fix issue with missing date1904 attribute in certain xlsx file #2
Hotfix v1.0.1
Improvements
- Remove the limitation of versions >= 0.36 and < 1.4.0 because the project works well under these versions.
Release v1.0.0
Improvements
- Add support for more cell types (date, float, ...)
BREAKING CHANGES
- Upgrade minimum required crystal version from 0.36 to 1.4
Patch v0.8.2
Improvements
- Release script now update Readme file
- Add docs with github pages
Patch v0.8.1
Improvements
- Release Crystal verision requirement to allow verions between 0.36.1 and 2.0.0
Release v0.8.0
Improvements
- Upgrade to crystal 1.1