Skip to content

Releases: jsreport/jsreport-html-to-xlsx

2.8.6

Choose a tag to compare

@bjrmatos bjrmatos released this 12 Oct 17:49
  • revert: add support for more rowspan cases layout
  • revert: fix order of initializating rows offset information
  • revert: update jsreport-office for node 16 compatibility

2.8.5

Choose a tag to compare

@bjrmatos bjrmatos released this 11 Oct 19:32
  • add support for more rowspan cases layout
  • fix order of initializating rows offset information
  • update jsreport-office for node 16 compatibility

2.8.4

Choose a tag to compare

@bjrmatos bjrmatos released this 17 Feb 18:14
  • fix some other rowspan layouts cases

2.8.3

Choose a tag to compare

@bjrmatos bjrmatos released this 07 Dec 20:02
  • make the columns widths calculation more precise

2.8.2

Choose a tag to compare

@bjrmatos bjrmatos released this 03 Dec 18:11
  • update html-to-xlsx@2.0.2 to fix column widths calculation when table data contains colspans

2.8.1

Choose a tag to compare

@bjrmatos bjrmatos released this 19 Oct 19:13
  • fix jsreport global reportTimeout config not working
  • fix sheet id generation when using a base template

2.8.0

Choose a tag to compare

@bjrmatos bjrmatos released this 07 Sep 18:56
  • updates for React 16 compatibility

2.7.0

Choose a tag to compare

@pofider pofider released this 17 Jul 08:45
  • added jsreport 2.9.0 references

2.6.0

Choose a tag to compare

@bjrmatos bjrmatos released this 04 Mar 19:11
  • remove the “insertToXlsxTemplate” option, we now check for the existence of base xlsx based options if they are set we assume that you want the insertion to xlsx template

2.5.0

Choose a tag to compare

@bjrmatos bjrmatos released this 25 Feb 16:59
  • support streaming generation
  • improvements for the generation of large documents
  • add helper htmlToXlsxEachRows that stores generated rows into files to allow streaming processing
  • add support for new html engine cheerio-page-eval (it does not come with it installed by default)
  • use an infinite window size for chrome html engine for it to don't calculate the width of the cells incorrectly
  • add support for adding rows to chrome in chunks for it to don’t break when parsing large tables
  • add support for adding xlsx template as asset