Posted 8 July 2019, 12:23 am EST
Hi,
I am getting Cannot read property ‘cloneNode’ of undefined when used the below code.
var workBook = wijmo.grid.xlsx.FlexGridXlsxConverter.save(vm.get(‘metrics_grid’));
Please provide the solution.
Thanks,
JK
Forums Home / Wijmo / General Discussion
Posted by: jawahar.kalidasan on 8 July 2019, 12:23 am EST
Posted 8 July 2019, 12:23 am EST
Hi,
I am getting Cannot read property ‘cloneNode’ of undefined when used the below code.
var workBook = wijmo.grid.xlsx.FlexGridXlsxConverter.save(vm.get(‘metrics_grid’));
Please provide the solution.
Thanks,
JK
Posted 8 July 2019, 6:39 am EST
Hi,
We are sorry but we are not able to replicate the issue at our end. Please refer to the sample below that we used to replicate the issue:
https://stackblitz.com/edit/angular-1fdqzn-3tbcwq
By reviewing your code, we believe that the issue is arising in the vm.get() method. Could you please let us know what the vm.get() method does or maybe you could provide us with a sample that replicates the issue?