@jsreport/jsreport-html-to-xlsx
v4.3.0
Published
jsreport recipe capable of converting html into excel
Readme
@jsreport/jsreport-html-to-xlsx
jsreport recipe capable of converting html into excel
See https://jsreport.net/learn/html-to-xlsx
Changelog
4.3.0
- minimum node.js version is now
22.18.0 - fix support for more colspan/rowspan based layouts
- better error for invalid base xlsx template
4.2.4
- fix rowspan/colspan based layout not working
4.2.3
- fix regression in table borders for specific colspan layout
- fix xlsx viewer clipping content. generate empty cell (no child ) if cell does not have value
4.2.2
- update
@jsreport/officeto fix audit - update
@jsreport/html-to-xlsxto fix regression in table borders for specific colspan layout and fix xlsx viewer clipping content
4.2.1
- update deps to fix npm audit
4.2.0
- update nanoid, @jsreport/office to fix audit
- fix htmlToXlsxEachRows not working with using empty array as data
- support for vertical text (transform: rotate() to rotate text at certain angles, using together writing-mode and text-orientation)
- border styles now are normalized according to html table border collapsing rules
4.1.4
- update html-to-xlsx to fix audit
4.1.3
- update deps to fix npm audit
4.1.2
- update @jsreport/office to fix set
res.meta.fileExtensionwithout starting.
4.1.1
- update chrome-page-eval to fix compatibility with newer chrome
4.1.0
- performance optimizations
- update html-to-xlsx to fix audit
- internal changes to support new
response.outputapi
4.0.1
- update chrome-page-eval to fix issues with aws lambda
- update @jsreport/office
4.0.0
- minimum node.js version is now
18.15.0 - update studio build against new webpack and babel
3.3.2
- fix passing chrome launchOptions to chrome-page-eval
3.3.1
- update html-to-xlsx to fix npm audit
3.3.0
- no table elements should be a weak error
3.2.3
- fix run of html-to-xlsx with phantom
- fix htmlToXlsxEachRows helper not being present when rendering html-to-xlsx recipe
- mark user logs appropriately to the logger
3.2.2
- changes to enable caching of system helpers
3.2.1
- fix not considering
reportTimeoutfor the recipe execution
3.2.0
- update deps to fix npm audit
3.0.1
- fix error line numbers in html to xlsx
3.0.0-beta.1
Adaptations for the v3 APIs
