creating styles on-the-fly in XLSX
-
Is it possible to create styles on-the-fly in jsReport rather than pre-define them in a template and refer to that? ... so have a helper in jsReport that allows me to define a new style say
style: {id: "20", style-xml: 'alignment horizontal="center" wrapText="1",....'}
would be handy when generating reports from scratch... relying on an existing template has caused me some issues, because when I modified the template to adjust some formats and add new elements it reordered the styles and I had to go back and tweak the report!
-
I found some comments regarding this in this forum topic
https://forum.jsreport.net/topic/59/how-to-add-styling-to-cell-font-color-size-background-color-etc-to-xlsx/4Btw I found it using the forum search button :)
https://forum.jsreport.net/search?term=xlsx style&in=titlesposts&showAs=posts