aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/status.xml
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2010-09-04 15:03:48 +0000
committerYegor Kozlov <yegor@apache.org>2010-09-04 15:03:48 +0000
commite99294ebc57615f13f6ff10cc6cf82a65a4de2a2 (patch)
treeb0fe60af41eee687892c2418fb0d48f878093320 /src/documentation/content/xdocs/status.xml
parentab64ce8ec47d4c5cbe685ba7fce11a1db16436ec (diff)
downloadpoi-e99294ebc57615f13f6ff10cc6cf82a65a4de2a2.tar.gz
poi-e99294ebc57615f13f6ff10cc6cf82a65a4de2a2.zip
fixed XSSFFormulaEvaluator to support blank cells, added BaseTestFormulaEvaluator - a common superclass for testing implementations of FormulaEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@992620 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-rw-r--r--src/documentation/content/xdocs/status.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 7afde36539..c0ce8db185 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,7 @@
<changes>
<release version="3.7-beta3" date="2010-??-??">
+ <action dev="poi-developers" type="fix">49873 - fixed XSSFFormulaEvaluator to support blank cells</action>
<action dev="poi-developers" type="fix">49850 - added a getter for _iStartAt in ListFormatOverrideLevel</action>
<action dev="poi-developers" type="fix">49761 - change cell type to error when setting Double.NaN or Infinities</action>
<action dev="poi-developers" type="fix">49833 - ensure that CTNumPr is included in poi-ooxml-schemas.jar</action>