diff options
author | Nick Burch <nick@apache.org> | 2008-01-08 15:08:51 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-01-08 15:08:51 +0000 |
commit | 965a3829f4bb557435dbb67b95a906602d1885c1 (patch) | |
tree | 3683dd9cdf8cd8f2279f9dcfe3b3b40fb7da709d /src/documentation | |
parent | 37db643499a33736a52e5270c0f76623c75561c7 (diff) | |
download | poi-965a3829f4bb557435dbb67b95a906602d1885c1.tar.gz poi-965a3829f4bb557435dbb67b95a906602d1885c1.zip |
Fix from bug #43510 - support named ranges in formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610016 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 06c9b0c071..448cca0a4a 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -36,6 +36,7 @@ <!-- Don't forget to update status.xml too! --> <release version="3.0.2-FINAL" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="add">43510 - Add support for named ranges in formulas</action> <action dev="POI-DEVELOPERS" type="add">43937 - Add support for hiding and un-hiding sheets, and checking their current hidden status</action> <action dev="POI-DEVELOPERS" type="fix">44167 - Fix for non-contiguous named ranges</action> <action dev="POI-DEVELOPERS" type="fix">44070 - Fix for shifting comments when shifting rows</action> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index c7bf2de8d9..edc7cccd37 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,6 +33,7 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.0.2-FINAL" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="add">43510 - Add support for named ranges in formulas</action> <action dev="POI-DEVELOPERS" type="add">43937 - Add support for hiding and un-hiding sheets, and checking their current hidden status</action> <action dev="POI-DEVELOPERS" type="fix">44167 - Fix for non-contiguous named ranges</action> <action dev="POI-DEVELOPERS" type="fix">44070 - Fix for shifting comments when shifting rows</action> |