diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-05-30 11:31:05 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-05-30 11:31:05 +0000 |
commit | 13cfd6d3b3f3ef6f0daebba4c34fa19c4729fd7b (patch) | |
tree | cbe38f84bc4578fbf0ffb52bcd57bce1586c3fc2 /src/documentation/content | |
parent | 23ddda6853b8b71d4b542eed52175e11e851f6ad (diff) | |
download | poi-13cfd6d3b3f3ef6f0daebba4c34fa19c4729fd7b.tar.gz poi-13cfd6d3b3f3ef6f0daebba4c34fa19c4729fd7b.zip |
Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct values after removal of all rows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-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 dc160de51d..0bd2ac472f 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-beta6" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="fix">47069 - Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct values after removal of all rows</action> <action dev="POI-DEVELOPERS" type="fix">47278 - Fixed XSSFCell to avoid generating xsi:nil entries in shared string table</action> <action dev="POI-DEVELOPERS" type="fix">47206 - Fixed XSSFCell to properly read inline strings</action> <action dev="POI-DEVELOPERS" type="add">47250 - Fixed FontRecord to expect unicode flags even when name length is zero</action> |