Reputation: 473
I am using angular grid to display the data , Is there any way to export to excel : http://www.angulargrid.com/
Not tried any code as I am new to angular. My question is - is it possible to do that ? As angular grid is not using table to display the data.It uses div instead
Upvotes: 1
Views: 5779
Reputation: 1857
It is supported. See the documentation: http://ag-grid.com/angular-grid-export/
Upvotes: 1
Reputation: 1587
As angular-grid having issue with their grid so you can refer his example for more details you can see following link https://github.com/angular-ui/ui-grid/issues/3800 from csv you can convert to excel than help If you are using kendo ui then there is facility of exporting it to excel
Hope this will help you out.
Upvotes: 0
Reputation: 1324
I dont know directly how to export from angulargrid method.
But there is a general plugin for angular to do that, it converts data,arrays etc to Exportable CSV that you can find here :-
Example Here
Hope it helps !
Upvotes: 0