4 Answers, 1 is accepted
0
Accepted
Hello, Phillip,
The Excel export requires a script called jszip to be loaded on the page:
https://docs.telerik.com/kendo-ui/framework/excel/introduction#requirements
The script has to be loaded in the index.html page.
I made an example as well:
https://stackblitz.com/edit/react-zr74nh?file=app/main.js
Regards,
Stefan
Progress Telerik
The Excel export requires a script called jszip to be loaded on the page:
https://docs.telerik.com/kendo-ui/framework/excel/introduction#requirements
The script has to be loaded in the index.html page.
I made an example as well:
https://stackblitz.com/edit/react-zr74nh?file=app/main.js
Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Phillip
Top achievements
Rank 1
answered on 01 Nov 2018, 06:20 PM
Thanks Stefan, that worked. Any idea how to get this working with the npm jszip package?
0
Hello, Phillip,
We have tried it before, but it seems that due to the module loading, the scripts are not loaded at the expected time.
We will make a research and if I find a way, I will share it here.
Regards,
Stefan
Progress Telerik
We have tried it before, but it seems that due to the module loading, the scripts are not loaded at the expected time.
We will make a research and if I find a way, I will share it here.
Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Phillip
Top achievements
Rank 1
answered on 02 Nov 2018, 12:37 PM
That's what I figured. Thanks for your help.