diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-09-06 12:00:21 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-09-06 12:00:21 +0000 |
commit | 8c5838262e4a30b3d71093ed96979682d51052c6 (patch) | |
tree | 6c2474c9cccd7a26919a8ee1a76ab56dc060d827 /src/documentation | |
parent | 27d45ad53378786345012cc99b228f8ea14c49be (diff) | |
download | poi-8c5838262e4a30b3d71093ed96979682d51052c6.tar.gz poi-8c5838262e4a30b3d71093ed96979682d51052c6.zip |
Added an example demonstrating how to convert an XLSX workbook to CSV, see Bugzilla 47757
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@811816 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 449f54d16d..d3496ab094 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,6 +33,7 @@ <changes> <release version="3.5-beta7" date="2009-??-??"> + <action dev="POI-DEVELOPERS" type="add">47757 - Added an example demonstrating how to convert an XLSX workbook to CSV</action> <action dev="POI-DEVELOPERS" type="fix">44770 - Fixed PPT parser to tolerate Comment2000 containers with missing comment text</action> <action dev="POI-DEVELOPERS" type="fix">47773 - Fix for extraction paragraphs and sections from headers/footers with XWPFWordExtractor</action> <action dev="POI-DEVELOPERS" type="fix">47727 - Support for extraction of header / footer images in HWPF</action> |