Select to view content in your preferred language

Export datagrid to Exel

558
1
05-08-2013 02:30 AM
lifeEsri
Occasional Contributor
Hi,
I want to export my datagrid to exel or save it as .csv.
This is a very common problem and unfortunately even after a lot of search on Google, I was not able to find a solution of this

Please give any useful suggession or snippet sample.
Thanks in advance,
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
life Esri,

    As you get deeper into programming with the API you will need to learn that you can find all kinds of good code that you can use in existing widgets and apps that others have made available for download.

My eSearch Widget has an export to csv function from the SearchWidgetFixedDG.mxml and the SearchWidgetFloatDG.mxml available in it http://www.arcgis.com/home/item.html?id=5d4995ccdb99429185dfd8d8fb2a513e

Also a little Googling will reveal there is a Google as3xls project http://code.google.com/p/as3xls/
0 Kudos