I am using UI-Grid for creating a grid view on my angular application. UI-Grid provides exporting the filtered and full grid data into csv or pdf format. But I need to export the data into excel.
I have used earlier Alasql to export grid data but there I was using ng-repeat to generate the grid.
Here Ui-grid directives takes care of generating the grid and by using simple methods exposed by UI-Grid directive we can export data. Just wanted to know if someone has tried exporting the data into excel.
Not sharing the code as I am using the same code as provided by UI-Grid tutorials and its working for me, just that i need export in excel file.