In my project,I was following the codes exactly as same as the demo,but nothing happened when I triggered the button of 'Export to Excel'.Instead,the functionity in the Demo works.Is there any other requirement needed that document not mentioned?
1 Answer, 1 is accepted
0
Valentin
Telerik team
answered on 29 Dec 2021, 07:46 AM
Hi Тао,
Thank you for the provided details.
From the provided information it looks like the package holding the ExcelExport isn't installed properly.
Please make sure that the ExcelExportModule is imported into the Angular module where the ExcelExport component is used.
If after that the button is not working, please check the browser console and see if there are any JavaScript errors that could provide some additional details that could point you in the right direction.
I hope the provided suggestions help. Feel free to write back in case the issue persists.