https://issues.apache.org/bugzilla/show_bug.cgi?id=44306
--- Comment #1 from Josh Micich <[EMAIL PROTECTED]> 2008-05-18 18:46:26 PST --- Fixed in svn r657702. There were two problems: tAttrChoose was ignoring the following jump-table and FormulaParser.toFormulaString() needed to handle the extra case of tAttrChoose. By not reading the extra data belonging to the choose AttrPtg, POI would interpret that data as subsequent Ptgs which had unpredictable results (none good). Note - as of this fix POI is still not able to evaluate formulas involving CHOOSE() (see bug 45031) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
