diff options
author | Yegor Kozlov <yegor@apache.org> | 2011-05-15 18:40:13 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2011-05-15 18:40:13 +0000 |
commit | e960b73c6472b7ca55fedc67baf5289fa39370f8 (patch) | |
tree | 3c6fd4df148c98dd30b21d4b1aa974e4cca7eeb3 /src/documentation | |
parent | 3e381067e8e17c2c090965e36891d2a332bbe8fa (diff) | |
download | poi-e960b73c6472b7ca55fedc67baf5289fa39370f8.tar.gz poi-e960b73c6472b7ca55fedc67baf5289fa39370f8.zip |
Bugzilla 51171: Improved performance of opening large .xls files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1103502 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 ad97b96946..abb4d41832 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.8-beta3" date="2011-??-??"> + <action dev="poi-developers" type="add">51171 - Improved performance of opening large .xls files</action> <action dev="poi-developers" type="add">51172 - Add XWPF support for GIF pictures</action> <action dev="poi-developers" type="add">NPOIFS Mini Streams now support extending the underlying big block stream to fit more data</action> <action dev="poi-developers" type="fix">51148 - XWPFDocument now properly tracks paragraphs and tables when adding/removing them</action> |