You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2008/05/19 03:46:27 UTC

DO NOT REPLY [Bug 44306] Support getCellFormula() for CHOOSE formulas without triggering EmptyStackException

https://issues.apache.org/bugzilla/show_bug.cgi?id=44306





--- Comment #1 from Josh Micich <jo...@gildedtree.com>  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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org