summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2007-05-04 09:25:06 +0000
committerNick Burch <nick@apache.org>2007-05-04 09:25:06 +0000
commitc147b22f612b48153e76f6c7b2b39e01fb3d2c25 (patch)
treee5bf9eb55b29eb6ce39b45a607a5c1898f862bee
parent4af25bf8689e13c99851fab26a3bc503fa764f42 (diff)
downloadpoi-c147b22f612b48153e76f6c7b2b39e01fb3d2c25.tar.gz
poi-c147b22f612b48153e76f6c7b2b39e01fb3d2c25.zip
Add a note about using Cocoon to do XML -> XLS, since people have been asking me about this
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@535137 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/documentation/content/xdocs/hssf/how-to.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/hssf/how-to.xml b/src/documentation/content/xdocs/hssf/how-to.xml
index 43c835282a..e2a5a133a9 100644
--- a/src/documentation/content/xdocs/hssf/how-to.xml
+++ b/src/documentation/content/xdocs/hssf/how-to.xml
@@ -408,6 +408,14 @@ should view the source in org.apache.poi.hssf.usermodel.* and
the classes in org.apache.poi.hssf.model.*. You should read the
documentation for the POIFS libraries as well.</p>
</section>
+ <section><title>Generating XLS from XML</title>
+<p>If you wish to generate an XLS file from some XML, it is possible to
+write your own XML processing code, then use the User API to write out
+the document.</p>
+<p>The other option is to use <link href="http://cocoon.apache.org/">Cocoon</link>.
+In Cocoon, there is the <link href="http://cocoon.apache.org/2.1/userdocs/xls-serializer.html">HSSF Serializer</link>,
+which takes in XML (in the gnumeric format), and outputs an XLS file for you.</p>
+ </section>
<section><title>HSSF Class/Test Application</title>
<p>The HSSF application is nothing more than a test for the high