PDA

View Full Version : Import Excel into Flex


FlexDeveloper
09-26-2008, 11:49 PM
Hi,

I need to import excel data into Flex,Is there any way provided by flex to do excel manipulations.

Thanks.

CyanBlue
09-27-2008, 12:06 AM
Howdy and Welcome... :)

No, Flash Player does not recognizes the Excel data format... You can export CSV file out of the Excel document and have it read and parsed so that you can use that data in your project...

acolyte
09-27-2008, 03:16 PM
If you are into offline applications there is a
.xls extension for mdm zinc parsing and writing excel data
i used it in one of my last projects and it worked very fast
and reliable .
But this exists only for zinc

ot :

does somebody know if i am able to get image assets inside my excel file by code
i have to output a pdffile dynamically generated to show up the product configuration
but the pdf export true the fp virtualmachine and blazePdf is very slow so i am trying to speed this up .

gazpachu
12-01-2008, 07:34 PM
there is a .xls extension for mdm zinc parsing and writing excel data

Hi there!,

I am super interested to get this extension. I've searched the MdM website but I can't find it. Do you know where i can get it? or can you send it to me?

Thank you!

tiger_man
09-20-2009, 09:55 PM
Hi,

I need to import excel data into Flex,Is there any way provided by flex to do excel manipulations.

Thanks.
Dear FlexDeveloper

did you find solution for this