diff options
author | Yegor Kozlov <yegor@apache.org> | 2012-12-05 12:21:08 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2012-12-05 12:21:08 +0000 |
commit | 8e1d206e26ab721424b5d8ad951d2b3dd79414f5 (patch) | |
tree | 6f780c5e4f36d16f4b3b352e611fa4b597fb139a /src/documentation | |
parent | 022b06d172a5e2cc41b7a431be8dd27c82893396 (diff) | |
download | poi-8e1d206e26ab721424b5d8ad951d2b3dd79414f5.tar.gz poi-8e1d206e26ab721424b5d8ad951d2b3dd79414f5.zip |
Bugs 54228,53672 - Fixed XSSF to read cells with missing R attribute
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1417379 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 2374823a42..35f3cbef91 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ <changes> <release version="4.0-beta1" date="2013-??-??"> + <action dev="poi-developers" type="fix">54228,53672 - Fixed XSSF to read cells with missing R attribute</action> <action dev="poi-developers" type="fix">54206 - Ensure that shared formuals are updated when shifting rows in a spreadsheet</action> <action dev="poi-developers" type="fix">Synchronize table headers with parent sheet in XSSF</action> <action dev="poi-developers" type="fix">54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNG</action> |