How to generate mxml(flex code) from excel file. how to Create flex code from xls file.
feedback
|
|
One approach is to use Excel to create the data that you want instead of the application you want. Use excel to generate a .csv or the xml that represents your data in away that Flex can easily consume it. If you want to use excel to actually be some sort of code generator, I wouldn't say it's impossible but the effort behind it would not be of any monetary benefit. You have to write up a custom mapper (that does not exist) that will generate .mxml markup document. | |||||||||
feedback
|