Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.04 KB

Changelog.md

File metadata and controls

50 lines (31 loc) · 1.04 KB

Change Log

v1.3.2


Release Date: 08.12.2018

  • Improved the performance of adding stylized cells by factor 10 to 100

v1.3.1


Release Date: 04.11.2018

  • Fixed a bug in the style handling of merged cells. Bug fix provided by David Courtel for PicoXLSX

v1.3.0


Release Date: 06.10.2018

  • Added missing features of PicoXLSX (synced with PicoXLSX version 2.6.1)
  • Added asynchronous methods SaveAsync, SaveAsAsync, SaveAsStreamAsync and LoadAsync
  • Added a new example for the introduced async methods
  • Renamed namespace Exception to Exceptions
  • Renamed namespace Style to Styles
  • Fixed a bug regarding formulas in the reader
  • Added support for dates in the reader
  • Documentation Update
  • Removed redundant code

v1.2.4


Release Date: 24.08.2018

  • Fixed a bug regarding formulas in the reader
  • Added support for dates in the reader
  • Documentation Update

v1.2.3


Release Date: 24.08.2018

  • Initial Release (synced to v 1.2.3 of NanoXLSX4j for Java)