Export to Excel from the grid

Hi, i want to export 50000 rows in the grid to excel using the grid-excel link provided by you … please guide me how do i use the zip file provided at dhtmlx.com/blog/?p=357 . ALso if you cud attach a sample jsp that exports a grid xml i will be thankfull…

Hi,
try to use online export service:

grid.toExcel("http://dhtmlxgrid.appspot.com/export/html");

It will generate html-table which can be opened in excel. Unfortunately so much rows can’t be exported to classic excel file.