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 break into tokens/operands ?
There is a seed of Excel formula calculation in AS3XLS lib: http://code.google.com/p/as3xls/wiki/Tutorial , but it doesn't support Excel 2007 (XLSX format), so I can't use it.
TIA, Oleg.