diff options
author | Yegor Kozlov <yegor@apache.org> | 2012-07-22 10:50:01 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2012-07-22 10:50:01 +0000 |
commit | 22bdfbbbd2b4225e2463e8eea768f3c101bd4c45 (patch) | |
tree | cc911dfd250491634e913cc1f676b9a85c2572ca /src/documentation/content/xdocs/status.xml | |
parent | 1de04ad5f80caf921f35a6fed21f4f954937580d (diff) | |
download | poi-22bdfbbbd2b4225e2463e8eea768f3c101bd4c45.tar.gz poi-22bdfbbbd2b4225e2463e8eea768f3c101bd4c45.zip |
Bugzilla 53204: Improve performance when opening certain Excel files (PageSettingsBlock)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1364254 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 4d84732c4d..4e5d4384dc 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.9-beta1" date="2012-??-??"> + <action dev="poi-developers" type="add">53204 - Improved performanceof PageSettingsBlock in HSSF </action> <action dev="poi-developers" type="add">53500 - Getter for repeating rows and columns</action> <action dev="poi-developers" type="fix">53369 - Fixed tests failing on JDK 1.7</action> <action dev="poi-developers" type="fix">53360 - Fixed SXSSF to correctly write text before escaped Unicode control character</action> |