https://bz.apache.org/bugzilla/show_bug.cgi?id=58131
--- Comment #1 from Greg Woolsey <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
