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

Releases: natergj/excel4node

Release 1.7.1

25 Mar 21:45
Compare
Choose a tag to compare

1.7.1
Bug Fixes:
resolves #269 to fix issue where multiple complex strings could not be used
merges #264 to fix README typo
merges #272 to fix license format
merges #275 to address #258

Release 1.7.0

07 Oct 18:44
Compare
Choose a tag to compare

Bug Fixes:

  • resolves #238 to fix issue with certain emoji characters
  • merges #240 to fix issue with workbook validation using .Net validation library provided by Microsoft
  • resolves #236 where first tab will still be shown even if it is hidden

Enhancements:

  • merges #243 to add basic cell comment functionality

Release 1.6.0

16 Sep 22:16
Compare
Choose a tag to compare

Bug Fixes:

  • worksheets

Enhancements:

  • addresses #194 by adding ability to set Print Area for worksheets
  • addresses #233 by adding ability to set Page Breaks for worksheets

Release 1.5.1

09 Sep 21:07
Compare
Choose a tag to compare

Bug Fixes:

  • resolves #218 where library crashed when null or undefined value was sent to cell string method
  • resolves #226 where default font would not be applied to dates when opening workbook in LibreOffice
  • merges #225 which removes error when attempting to bundle application with excel4node as dependency

Enhancements:

  • merges #230 which reduces library size by only installed specific lodash functions

Release 1.5.0

22 Jul 21:46
Compare
Choose a tag to compare

1.5.0

Bug Fixes:

  • resolves #156 where an error will be thrown if no Worksheet is specified prior to attempting to write a Workbook

Enhancements:

  • merge #211 & #212
    • remove default logger dependency in favor of much smaller simple logger (reduces library dependencies and size)
    • add ability specify custom logger

v1.4.0

07 Jul 19:09
Compare
Choose a tag to compare
release 1.4.0 - update version in package.json