aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2010-11-19 18:14:06 +0000
committerNick Burch <nick@apache.org>2010-11-19 18:14:06 +0000
commit4c253baee32b650f78f8cb6af26795537d22fc81 (patch)
tree8940f8eb06881e8d521d1f62c07eb703e33d8613 /src/documentation
parentf4a93a28526de3f42a1514b3e2b82053b27b50c7 (diff)
downloadpoi-4c253baee32b650f78f8cb6af26795537d22fc81.tar.gz
poi-4c253baee32b650f78f8cb6af26795537d22fc81.zip
Some refactoring of XSSFEventBasedExcelExtractor, to make it easier for you to have control over outputting the cell contents, inspired by bug #50076
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1036968 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-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 f401b0308c..1172555e45 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,7 @@
<changes>
<release version="3.8-beta1" date="2010-??-??">
+ <action dev="poi-developers" type="add">50076 - Refactor XSSFEventBasedExcelExtractor to make it easier for you to have control over outputting the cell contents</action>
<action dev="poi-developers" type="fix">50258 - avoid corruption of XSSFWorkbook after applying XSSFRichTextRun#applyFont</action>
<action dev="poi-developers" type="fix">50154 - Allow white spaces and unicode in OPC relationship targets </action>
<action dev="poi-developers" type="fix">50113 - Remove cell from Calculation Chain after setting cell type to blank </action>