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

Version 2.7.2

Compare
Choose a tag to compare
@adrilo adrilo released this 28 Mar 13:19
· 179 commits to master since this release

Improvements:

  • CSV Reader can now read lines of any length and is not limited to 32768 bytes per line
  • It is now possible to create 2 spreadsheets at the same time and have sheets with the same name. Uniqueness is enforced at the workbook level.
  • Improved error message when an invalid sheet name is set
  • Introduced hard limit on the character count for XLSX cells (32,767 characters)

Bug fixes:

  • Fixed parsing of the XLSX spreadsheet dimensions
  • Fixed reading of ODS sheet names
  • Better support for empty rows in XLSX files
  • Better support for cells with custom inner style/phonetic description in XLSX files
  • Calling close() when a writer is already closed no longer causes an error