Releases: d1ceward/xlsx-parser
Releases · d1ceward/xlsx-parser
Release v0.7.0
Improvements
- Upgrade to crystal 1.0.0
Release v0.6.0
Improvements
- Update to crystal 0.36.0
- Rescue
Compress::Zip::Error
and raiseNot a valid file format (ArgumentError)
for better clarity - Add some specs (for sheets/IO testing)
Patch v0.5.1
Improvements
- Remove shard.lock from gitignore for github action cache
- Upgrade ameba version from 0.11 to 0.12
Release v0.5.0
Improvements
- Upgrade to support crystal 0.35 (zip depreciation)
Release v0.4.0
Improvements
- Upgrade to crystal 0.33.0
- Add examples to specs
Patch v0.3.2
Improvements
- Update to crystal 0.32.0
Patch v0.3.1
Bug fixes
- Fix cell padding loop comparaison
Release v0.3.0
New features
- Add support for file path import
- Add empty cell padding
Patch v0.2.1
Improvements
- Reduce cyclomatic complexity
Release v2.0
New features
- Add converter which support shared_strings and integer value in cell
Improvements
- Improve sheet parsing (old version was in wrong order)