Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Bugfixes and improved error handling

Latest
Compare
Choose a tag to compare
@thirtyseven thirtyseven released this 05 Jan 03:41
· 15 commits to master since this release

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.