Thank you very much.
BR Jacopo
L
loomyloo
@loomyloo
0
Reputation
3
Posts
122
Profile views
0
Followers
0
Following
Posts made by loomyloo
-
PPTXTable - Dynamic Table
I am trying to write an example for dynamic table in pptx.
I have seen "Dynamic columns" at https://jsreport.net/learn/pptx#pptxtable
and I wrote "pptxDynamicTable" template in my workspace: https://playground.jsreport.net/w/loomyloo/3Bs5Tju0I got this error:
Report "pptxDynamicTable" render failed.
Error while executing pptx recipe
(because) not found: child not in parent
Error: Not found: child not in parent at assertPreInsertionValidity1to5Anyone can help me?
Thanks
Jacopo -
RE: Currectly helper for #xlsxReplace
Try to modify your function in this way:
function myReplace(fileName, path, option) {
xlsxReplace.call(this, fileName, path, option);
}