Get to Excel for coldfusion

Is there any way i can get excel copy of grid by using coldfusion?

Unfortunately we have coldfusion version of the export to pdf/excel.

Thanks for reply,
so is there any other way i can export to excel from outside. i mean any JS function that can do exporting thing.

Unfortunately we have no ready JS function to export the grid to excel.

Please, have a look at the serialization of the grid (to xml or csv). Maybe it can help you:
dhtmlx.com/docs/products/dht … alize.html
dhtmlx.com/docs/products/dht … d_csv.html
docs.dhtmlx.com/doku.php?id=dhtm … ialization

Thanks for reply,
I have one more question,
i got the var csv=105,9,Ard,Antny,Leroy,04/06/19,Agrd,Anony,2,
107,99,Akay,Ruyma,Aygun,
102,00,Mcrphy,Jeifer,Nicole,03/19/19,Mcrphy,Jenfer,1,
109,09,Breeutz,Coeen,Esther,06/14/19,Brtkreutz,Colen,1,
115,9,Chropherson,Jon,Anthony,
115,00,Chyl,Jodi,Rae,03/07/19,Cyl,Joi,1,
117,9,Croett,Lana,Michelle,
117,00,Ala,Demi,Patricia,05/19/19,Ala,Deli,1,
118,99,Allrada,Logan,Bradley,
119,0,Drkar,Shawn,Kevin,01/02/19,Derkar,Shwn,2,

as csv string. so my question is how do i download as a .csv file on my local machine?

Unfortunately such feature is not supported in dhtmlxgrid.
You will have to write your own custom code to get the file from the object.