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

Version 2.4.3

Compare
Choose a tag to compare
@adrilo adrilo released this 24 Mar 00:11
· 258 commits to master since this release
  • Fixed an issue when writing boolean values to XLSX files - #175
  • Added optional support for custom stream wrappers (only works with CSV) - #176
  • Fixed an issue when reading CSV files which happen to have a EOL delimiter inside an enclosed text - #183
  • Fixed an issue when reading zeros and empty strings from ODS files - #184
  • XLSX and ODS writers did not properly release the file handle - #190