This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
It's a new year and a new version of dullard!
Changelog
- Empty cells that begin a row are no longer skipped (Issue #12)
- Added error handling (fc225b3, 2e4c378)
- Cells formatted as percentages are now read correctly (eabe2db)
Backwards incompatible changes
- Zip reading errors that previously raised Zip::Error now raise Dullard::Error.
- Some invalid XLSX files that previously either raised no errors or miscellaneous runtime errors now raise Dullard::Error as errors are encountered.