Or as another work arround sent the values to the clipboard tab delimited.
This requires the user post to flex.

On Sun, Jul 26, 2009 at 1:11 PM, mitchgrrt <[email protected]> wrote:

> Two separate problems:  how to get the data out of the AdvancedDataGrid and
> how to get it into Excel.
>
> Getting the data:  if you can get the data from the grid's dataProvider
> that's easy.  If you truly have to scrape it from the grid's rows and
> columns that's hard.  There are no direct APIs to do that.  A way you can do
> it is with the automation APIs, see this article for details:
> http://code.google.com/p/fluint/wiki/FluintAndAutomationAPI
>
> Sending it to Excel:  the only way I know to do that is to send it to the
> server, and have the server put it in a file for Excel to read.  The easiest
> would probably be to use the .csv file format.  Probably if you used Air
> instead of Flex there would be a way to do it all on the client side.
>
> --- In [email protected], "vibha_crsce" <vibha_cr...@...> wrote:
> >
> > Hi,
> >
> > I just want to Export data in my Advanced  data grid to excel.
> > Is there any solution to do so directly in flex that is independent of
> the server side request and version of FlashPlayer.
> >
> > Thannks
> > Vibha
> >
>
>
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location:
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>

Reply via email to