Tagged Questions

0
votes
6answers
298 views

Flex and Excel 2007

Hi, I am trying to explore how to use Flex with Excel. As a minimum, need to be able to read and write Excel files. I did see that Christophe's AIR2 sample, which uses AS3XLS lib …
0
votes
0answers
34 views

Calculating Excel formulas in Flex

Hi, Does anybody know of any AS3/Flex component which can calculate Excel 2007 like formulas, say: SUM(A1:A3) or (B11-C11)*24 ? Or at least something to parse them to br …