Export to Excel

Hi Sir,



We have a requirement of exporting data into MS Excel, we are already using DHTMLX for the screen. The screen consist of button like Undo, Redu, Clear Change ect. Is there a functionality which directly export data in MS Excel? If yes, could you please provide us some examples.



I am planning to add one more button “Export to Excel” & on click of it which return a MS Excel sheet.



If you need more info let me know.



Thanks & Regards,

Sangam

Grid is a client-side (javascript) component. It doesn’t  allows  to  export  data  directly to the Excel.

The component provides serializeToCSV() method which returns csv string with grid data. And this string can be passed to some server-side program in order to export to Excel:

dhtmlx.com/docs/products/dht … d_csv.html