diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-11-16 17:31:16 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-11-16 17:31:16 +0000 |
commit | 50f3168c1abf9d371521bc74fcd7f4f12a3e993a (patch) | |
tree | a8e91f68205fc1793607fff60fddbacf6496fe35 /src/documentation | |
parent | ce79a4f121feeef71c16edb52f5adbea2e6c27ab (diff) | |
download | poi-50f3168c1abf9d371521bc74fcd7f4f12a3e993a.tar.gz poi-50f3168c1abf9d371521bc74fcd7f4f12a3e993a.zip |
fixed XLSX2CSV to avoid exception when processing cells with multiple "t" elements, see Bugzilla 47757
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880864 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 0ae0c956ba..b2c9c100f4 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="3.6-beta1" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="fix">47757 - fixed XLSX2CSV to avoid exception when processing cells with multiple "t" elements</action> <action dev="POI-DEVELOPERS" type="add">48195 - short-circuit evaluation of IF() and CHOOSE()</action> <action dev="POI-DEVELOPERS" type="add">48161 - support for text extraction from PPT master slides</action> <action dev="POI-DEVELOPERS" type="add">47970 - added a method to set arabic mode in HSSFSheet</action> |