Releases: jsreport/jsreport-html-to-xlsx
Releases · jsreport/jsreport-html-to-xlsx
2.8.6
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
add support for more rowspan cases layout
fix order of initializating rows offset information
update jsreport-office for node 16 compatibility
2.8.4
Compare
Sorry, something went wrong.
No results found
fix some other rowspan layouts cases
2.8.3
Compare
Sorry, something went wrong.
No results found
make the columns widths calculation more precise
2.8.2
Compare
Sorry, something went wrong.
No results found
update html-to-xlsx@2.0.2 to fix column widths calculation when table data contains colspans
2.8.1
Compare
Sorry, something went wrong.
No results found
fix jsreport global reportTimeout config not working
fix sheet id generation when using a base template
2.8.0
Compare
Sorry, something went wrong.
No results found
updates for React 16 compatibility
2.7.0
Compare
Sorry, something went wrong.
No results found
added jsreport 2.9.0 references
2.6.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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