diff options
author | Nick Burch <nick@apache.org> | 2008-02-21 15:48:52 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-02-21 15:48:52 +0000 |
commit | b6b58b6d44bba25c4b389bbede71ed033c6305a6 (patch) | |
tree | b6d8d62c66660196ab3f98b94f675187a655ad82 /src/documentation/content/xdocs/status.xml | |
parent | fdd81557dffcf136a141adac8000f3fa90d0c2d8 (diff) | |
download | poi-b6b58b6d44bba25c4b389bbede71ed033c6305a6.tar.gz poi-b6b58b6d44bba25c4b389bbede71ed033c6305a6.zip |
Patch from Josh from bug #44449 - Handle SharedFormulas better, for where there are formulas for the same area on two sheets, and when the shared formula flag is set incorrectly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629837 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 64b255fcb2..8c21cbd94d 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.1-beta1" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="fix">44449 - Avoid getting confused when two sheets have shared formulas for the same areas, and when the shared formula is set incorrectly</action> <action dev="POI-DEVELOPERS" type="fix">44366 - InputStreams passed to POIFSFileSystem are now automatically closed. A warning is generated for people who might've relied on them not being closed before, and a wrapper to restore the old behaviour is supplied</action> <action dev="POI-DEVELOPERS" type="add">44371 - Support for the Offset function</action> <action dev="POI-DEVELOPERS" type="fix">38921 - Have HSSFPalette.findSimilar() work properly</action> |