Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Version 2.7.0

Compare
Choose a tag to compare
@adrilo adrilo released this 19 Oct 02:24
· 195 commits to master since this release

Major Enhancements:

  • New option to preserve empty rows when reading
  • New option to disable automatic text wrapping
  • ODS Reader now supports num-rows-repeated attribute

Minor Enhancements:

  • Temporary files are now deleted when an exception is thrown while reading
  • Improve support for custom date formats
  • Empty rows don't get written to file for XLSX Writer

Refactoring:

  • Added internal ReaderOptions
  • Added XMLProcessor to easily process XML files
  • And more...