Changing parameters of xslx document in html-2-xslx recipe
-
Hi!
The html-to-xslx recipe.
There was a need to change the parameters of the xslx document:
- page orientation from A4 to A3
- enter the sheet on one page
Unfortunately, I can't do this manually, I need to set these parameters for easy printing.
For a docx recipe, such parameters are set initially in the template, I understand that only markup is set through html.
How can I get out of this situation?
Thank you in advance!
-
The html-to-xlsx doesn't support natively changing the page size yet, it is in the backlog so far.
However, you can reach this with postprocessing.
Documentation
https://jsreport.net/learn/html-to-xlsx#postprocess-using-xlsx-recipeDemo setting page size
https://playground.jsreport.net/w/admin/C3ERuayUNot sure what you mean with "enter the sheet on one page"...