aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2010-08-03 17:12:02 +0000
committerNick Burch <nick@apache.org>2010-08-03 17:12:02 +0000
commit7c0f62f764f06ce10768c37bd9837de7153b95e6 (patch)
tree3456053335adf90e2d42be65ed60b5ebbbdc0f61 /src/documentation/content/xdocs
parent62499bc4655a6409834d75825ccd68c1524e6775 (diff)
downloadpoi-7c0f62f764f06ce10768c37bd9837de7153b95e6.tar.gz
poi-7c0f62f764f06ce10768c37bd9837de7153b95e6.zip
Fix bug #49694 - Use DataFormatter when autosizing columns, to better match the real display width of formatted cells
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@981969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r--src/documentation/content/xdocs/status.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 840486d617..b554d8cea5 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,7 @@
<changes>
<release version="3.7-beta2" date="2010-??-??">
+ <action dev="POI-DEVELOPERS" type="fix">49694 - Use DataFormatter when autosizing columns, to better match the real display width of formatted cells</action>
<action dev="POI-DEVELOPERS" type="add">49441 - Allow overriding and guessing of HSMF non-unicode string encodings</action>
<action dev="POI-DEVELOPERS" type="fix">49689 - Allow the setting of user style names on newly created HSSF cell styles</action>
<action dev="POI-DEVELOPERS" type="add">Make it easier to tell which content types each POIXMLTextExtractor handles</action>