Skip to Content
0
Former Member
Jan 05, 2012 at 04:47 PM

Refreshing data from excel

29 Views

Hi,

I have an application that generates excel files with different data sets in. I can create xcelsius files by importing an excel file in and generating the swf file without trouble. The problem is what is the process to enable a user to go onto my app, generate an excel file and then open up an swf file with the latest data form the excel workbook that was just generated. The excel files are always the same name with the data always in the same place. The way I understand it, there needs to be some on the fly export to an xml file and an xml mapping file that is refenced by the swf file which has the option to refresh from the xml map on opening the swf.

So my question is, how do I get my on the fly generated excel data into my swf file so the latest data shows when the swf file is opened?

Thanks

Paul