diff options
author | Yegor Kozlov <yegor@apache.org> | 2008-12-22 19:32:44 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2008-12-22 19:32:44 +0000 |
commit | 27f601e40e6bc2a5ac3eb759580106a569cbc0dc (patch) | |
tree | 41a0283e143fee79eabcc9e9f647d3b3c7329d66 /src/documentation | |
parent | 010693edaf4e6fc12149d50562001941fe662965 (diff) | |
download | poi-27f601e40e6bc2a5ac3eb759580106a569cbc0dc.tar.gz poi-27f601e40e6bc2a5ac3eb759580106a569cbc0dc.zip |
1. added support for shared formulas in XSSF, see bug #464332. improved validation of workbook-global and sheet-global names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@728749 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 1 | ||||
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 6ea6b15af7..2818057dab 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -37,6 +37,7 @@ <!-- Don't forget to update status.xml too! --> <release version="3.5-beta5" date="2008-??-??"> + <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> <action dev="POI-DEVELOPERS" type="add">46300 - support for line spacing in XWPFParagraph</action> <action dev="POI-DEVELOPERS" type="add">46308 - initial support for creation of XWPFTable</action> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 9d8f33e240..d9b6face6e 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.5-beta5" date="2008-??-??"> + <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> <action dev="POI-DEVELOPERS" type="add">46300 - support for line spacing in XWPFParagraph</action> <action dev="POI-DEVELOPERS" type="add">46308 - initial support for creation of XWPFTable</action> |