How to format text? Font, color, and others... (XLSX)
-
How to format text? Font, color, and others...
<sheetData> <row> <c t="inlineStr"><is><t>{{ title }}</t></is></c> </row> <row> <c t="inlineStr"><is><t>{{ subtitle }}</t></is></c> </row> </sheetData>
-
You typically prepare styles in the excel and then reference it in the cell.
Try to open excel, style one cell, save it, unzip it and check how it looks.
https://jsreport.net/learn/xlsxIn case you just have a simple table, it is easier to use html-to-xlsx recipe.
https://jsreport.net/learn/html-to-xlsx