]> 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)
commitedd87f05b7b403ae76e5d7a7822746dece95af07
tree64cf4e8b45bc150c0ba4f8bedac4a2778486b62f
parent4ba2d64a505ac2418d44518c4a20644f77919890
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