]> source.dussan.org Git - poi.git/commit
add some javadoc to warn that stale cached formula cell values may result in incorrec...
authorGreg Woolsey <gwoolsey@apache.org>
Wed, 18 Apr 2018 18:25:08 +0000 (18:25 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Wed, 18 Apr 2018 18:25:08 +0000 (18:25 +0000)
commit881015618a7932edb37bc85af116c0dcf75e080f
tree64cf4e8b45bc150c0ba4f8bedac4a2778486b62f
parentf395630abd891b9d4ee09932c309d566d8360860
add some javadoc to warn that stale cached formula cell values may result in incorrect evaluations, and what to do about it (evaluate formula cells before asking the rule if it applies).

Doing it for the user turns out to not be that easy, as the FormulaEvaluator instance in use is not known in this context.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829471 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/ConditionalFormattingEvaluator.java