Hi,
I was not able to make docxRaw example work ,
see example https://playground.jsreport.net/w/benben-user/t7NNI9z3
can you please assist @bjrmatos @jan_blaha
Hi,
I was not able to make docxRaw example work ,
see example https://playground.jsreport.net/w/benben-user/t7NNI9z3
can you please assist @bjrmatos @jan_blaha
I have an excel recipe, 1 tab with simple table.
I need to return the report as CSV format,
What is the simplest way to do it ? (don't want to replace recipe to text or html)
afterRender ?
maybe use sheetjs like in this example link ?
var csv = XLSX.utils.sheet_to_csv(worksheet, opts);
TY
I need to include some tags to external application in the generated word document (docx recipe) ,
The tag looks like this: {{Cmpy_es_:signer1:company}} .
I was not able to include this in the template, some example to what i tried to do:
\{{Cmpy_es_:signer1:company}} --> this is working in html
\\{{Cmpy_es_:signer1:company}}
/\{{Cmpy_es_:signer1:company}}
is it possible in docx recipe ?
@jan_blaha @bjrmatos