Yes, it's possible for Flex to load Microsoft Excel data. However, it's not easy. You have to write a custom parser for the .xls file format. You can pull the raw binary data in via URLLoader setting it's dataFormat to DataFormat.BINARY, and then parse the .xls data into something usable for the Flex client.
See Jim Cheng's discussion on it here: http://www.psalterego.com/2006/05/17/parsing-excel-files-with-actionscript-30/ Simple demo here: http://dev.psalterego.com/xls/ExcelParser.html -d Ritesh Jariwala wrote: > > Hi All, > > > > I have question regarding application development. > > > > I need to develop little application which can load data from database > using flex into Microsoft Excel. > > > > Is it possible that flex can load the excel data or suppose if I made > changes in excel sheet and click on save it can save data into > database using flex? > > > > I know, I already seen such video when fabridge introduced, I am not > able to find the link of that video and examples. > > > > Can anyone tell me whether this is possible or not with flex? > > > > > > With Regards, > > > > Ritesh Jariwala (Actkid) > > Freelance Developer > > www.actkid.com <http://www.actkid.com> > > Company: www.synonymic.com <http://www.synonymic.com> > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

