Currectly helper for #xlsxReplace
-
{{#myReplace "xl/worksheets/sheet1.xml" "worksheet.sheetData[0].row[0].c[0]"}}
<c t="inlineStr"><is><t>Replace by myReplace</t></is></c>
{{/myReplace}}
function myReplace(fileName, path, row, cell) {
xlsxReplace.call(this, fileName, path);
}- dont work(
https://playground.jsreport.net/studio/workspace/S1MClt9hx/30
-
what about this problem?
-
Try to modify your function in this way:
function myReplace(fileName, path, option) {
xlsxReplace.call(this, fileName, path, option);
}