diff options
author | Josh Micich <josh@apache.org> | 2009-01-05 20:58:02 +0000 |
---|---|---|
committer | Josh Micich <josh@apache.org> | 2009-01-05 20:58:02 +0000 |
commit | a8be15458405659efc41a27b0b58738e4ca99320 (patch) | |
tree | b2b1ae29ed5e9fe8d34161b30bb464a66bcce6b0 /src/documentation | |
parent | 5c0c965b32c64a92f4f544d1d0e5c18ad2f2e361 (diff) | |
download | poi-a8be15458405659efc41a27b0b58738e4ca99320.tar.gz poi-a8be15458405659efc41a27b0b58738e4ca99320.zip |
Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvaluator.evaluateInCell()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@731715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 5 | ||||
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index d138d15031..0536507411 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -37,11 +37,12 @@ <!-- Don't forget to update status.xml too! --> <release version="3.5-beta5" date="2008-??-??"> - <action dev="POI-DEVELOPERS" type="add">45031- added implementation for CHOOSE() function</action> + <action dev="POI-DEVELOPERS" type="fix">46479 - fixed bugs related to cached formula values and HSSFFormulaEvaluator.evaluateInCell()</action> + <action dev="POI-DEVELOPERS" type="add">45031 - added implementation for CHOOSE() function</action> <action dev="POI-DEVELOPERS" type="fix">46361 - resolve licensing issues around the HDGF resource file, chunks_parse_cmds.tbl</action> <action dev="POI-DEVELOPERS" type="add">46410 - added implementation for TIME() function</action> <action dev="POI-DEVELOPERS" type="add">46320 - added HSSFPictureData.getFormat()</action> - <action dev="POI-DEVELOPERS" type="fix">46445 fixed HSSFSheet.shiftRow to move hyperlinks</action> + <action dev="POI-DEVELOPERS" type="fix">46445 - fixed HSSFSheet.shiftRow to move hyperlinks</action> <action dev="POI-DEVELOPERS" type="fix">fixed formula parser to correctly resolve sheet-level names</action> <action dev="POI-DEVELOPERS" type="fix">46433 - support for shared formulas in XSSF</action> <action dev="POI-DEVELOPERS" type="add">46299 - support for carriage return and line break in XWPFRun</action> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 4f1aafec49..6e72711b7a 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,11 +34,12 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.5-beta5" date="2008-??-??"> - <action dev="POI-DEVELOPERS" type="add">45031- added implementation for CHOOSE() function</action> + <action dev="POI-DEVELOPERS" type="fix">46479 - fixed bugs related to cached formula values and HSSFFormulaEvaluator.evaluateInCell()</action> + <action dev="POI-DEVELOPERS" type="add">45031 - added implementation for CHOOSE() function</action> <action dev="POI-DEVELOPERS" type="fix">46361 - resolve licensing issues around the HDGF resource file, chunks_parse_cmds.tbl</action> <action dev="POI-DEVELOPERS" type="add">46410 - added implementation for TIME() function</action> <action dev="POI-DEVELOPERS" type="add">46320 - added HSSFPictureData.getFormat()</action> - <action dev="POI-DEVELOPERS" type="fix">46445 fixed HSSFSheet.shiftRow to move hyperlinks</action> + <action dev="POI-DEVELOPERS" type="fix">46445 - fixed HSSFSheet.shiftRow to move hyperlinks</action> <action dev="POI-DEVELOPERS" type="fix">fixed formula parser to correctly resolve sheet-level names</action> <action dev="POI-DEVELOPERS" type="fix">46433 - support for shared formulas in XSSF</action> <action dev="POI-DEVELOPERS" type="add">46299 - support for carriage return and line break in XWPFRun</action> |