R – How to embed a excel sheet inside the property sheet of a flex component

actionscript-3apache-flexflashdevelopmxml

I am trying to create a custom component in flex using mxml. I have created the property sheet for the custom component but it needs a button which onclick has to point to a cell in excel sheet from which data can be retrieved. How to go about this?

Best Answer

Have a look at as3xls.

Related Topic