diff options
author | Nick Burch <nick@apache.org> | 2010-12-14 06:41:08 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2010-12-14 06:41:08 +0000 |
commit | c3ce5915b2d77e8658b4cd8872435908279fd863 (patch) | |
tree | 63888e33218bda886cf7869b45f44ad82b17baa9 /src/documentation | |
parent | 143cab518a1d8509d63dce39a26a87d4ae2be018 (diff) | |
download | poi-c3ce5915b2d77e8658b4cd8872435908279fd863.tar.gz poi-c3ce5915b2d77e8658b4cd8872435908279fd863.zip |
Fix bug #50416 - Correct shifting of the first or last row in a sheet by multiple rows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1048951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-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 05d4d10bd1..5eb09cae6a 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.8-beta1" date="2010-??-??"> + <action dev="POI-DEVELOPERS" type="fix">50416 - Correct shifting of the first or last row in a sheet by multiple rows</action> <action dev="POI-DEVELOPERS" type="fix">50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not)</action> <action dev="POI-DEVELOPERS" type="add">Added inline string support to XSSF EventModel</action> <action dev="POI-DEVELOPERS" type="fix">50246 - Properly position GutsRecord when reading HSSF workbooks</action> |