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 2017/02/24 19:23:19 UTC

[Bug 58131] Conditional Formatting Evaluation

https://bz.apache.org/bugzilla/show_bug.cgi?id=58131

--- Comment #1 from Greg Woolsey <gw...@apache.org> ---
I implemented most of this with r1782894, see 

https://poi.apache.org/apidocs/org/apache/poi/ss/formula/ConditionalFormattingEvaluator.html

This does not currently implement any assistance in finding the applicable
format bucket from partitioned formats (color, icon, etc.), but does evaluate
whether that format applies to a cell or not.  Implementations can then take
the applied format rule and determine which bucket the current value belongs
to.

Along with this, WorkbookEvaluator has new evaluate(...) methods for non-cell
formula evaluations like these.

-- 
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