]> source.dussan.org Git - poi.git/commit
Add another formula evaluation method, evaluateFormulaCell(cell), which will re-calcu...
authorNick Burch <nick@apache.org>
Thu, 24 Jan 2008 14:13:05 +0000 (14:13 +0000)
committerNick Burch <nick@apache.org>
Thu, 24 Jan 2008 14:13:05 +0000 (14:13 +0000)
commitdf528aa4630441dd675d640e3f57fb8e63df7eaf
treefb9cc34c0dff9d85645a440aeae7ffd6b24f6053
parentc9d851e93bedae483eaa2bc7f840ac2b9d2370ef
Add another formula evaluation method, evaluateFormulaCell(cell), which will re-calculate the value for a formula, without affecting the formula itself. Add tests too, and update the documentation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@614878 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/hssf/eval.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/scratchpad/src/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.java
src/scratchpad/testcases/org/apache/poi/hssf/usermodel/TestFormulaEvaluatorDocs.java [new file with mode: 0644]