Hello,
In the documentation Data Export to PNG and Excel it is explained how to use the toExcel
method.
And in this documentation Data export to PDF, Excel there is an explanation on the older function exportToExcel
and it is written: “This is an outdated article about export of Datatable to PDF and Excel. This functionality will be deprecated starting from the version 3.2. To get the actual information on Datatable export, read the article Data Export to PNG and Excel.”
I looked at the demo here and in the minified webix.js file (which is webix UI v.3.0.8) that is downloaded for the demo I can find the method toExcel
.
However in the file I downloaded from github webix-hub/tracker which is also the same version (webix UI v.3.0.8) I can’t find the toExcel
method neither in the minified version nor in the non-minified version.
I don’t want to use exportToExcel
method because it is soon to be deprecated and it calls an external service and I am working in a closed environment. Let me know why is it the toExcel
method missing?
Thank you