]> source.dussan.org Git - poi.git/commit
Merged revisions 614878-614909 via svnmerge from
authorUgo Cei <ugo@apache.org>
Fri, 25 Jan 2008 11:39:29 +0000 (11:39 +0000)
committerUgo Cei <ugo@apache.org>
Fri, 25 Jan 2008 11:39:29 +0000 (11:39 +0000)
commit4303df9d00b64a5a7897d147d247b9954a9b09a5
tree9a44ed37d5ef9d9c92022894bdeef8a2751e41df
parent7102c5c610f9ed95a0cd0d72b9bebe708c0340f0
Merged revisions 614878-614909 via svnmerge from
https://svn.apache.org/repos/asf/poi/trunk

........
  r614878 | nick | 2008-01-24 15:13:05 +0100 (Thu, 24 Jan 2008) | 1 line

  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
........
  r614909 | nick | 2008-01-24 17:05:27 +0100 (Thu, 24 Jan 2008) | 1 line

  From bug #44254 - avoid some unread bytes warnings, and process the contents of DVALRecord
........

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@615185 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/record/DVALRecord.java
src/java/org/apache/poi/hssf/record/UncalcedRecord.java
src/java/org/apache/poi/hssf/record/formula/ErrPtg.java
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]