jsreport recipe capable of converting html into excel
See https://jsreport.net/learn/html-to-xlsx
- update deps to fix npm audit
- 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
- update html-to-xlsx to fix audit
- update deps to fix npm audit
- update @jsreport/office to fix set
res.meta.fileExtension
without starting.
- update chrome-page-eval to fix compatibility with newer chrome
- performance optimizations
- update html-to-xlsx to fix audit
- internal changes to support new
response.output
api
- update chrome-page-eval to fix issues with aws lambda
- update @jsreport/office
- minimum node.js version is now
18.15.0
- update studio build against new webpack and babel
- fix passing chrome launchOptions to chrome-page-eval
- update html-to-xlsx to fix npm audit
- no table elements should be a weak error
- 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
- changes to enable caching of system helpers
- fix not considering
reportTimeout
for the recipe execution
- update deps to fix npm audit
- fix error line numbers in html to xlsx
Adaptations for the v3 APIs