]> source.dussan.org Git - poi.git/commitdiff
Add a note about using Cocoon to do XML -> XLS, since people have been asking me...
authorNick Burch <nick@apache.org>
Fri, 4 May 2007 09:25:06 +0000 (09:25 +0000)
committerNick Burch <nick@apache.org>
Fri, 4 May 2007 09:25:06 +0000 (09:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@535137 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/hssf/how-to.xml

index 43c835282aef31bd952767d41eafc3156c7c45bb..e2a5a133a937f41b497ff1c2b0c5865ddbd8d1d2 100644 (file)
@@ -407,6 +407,14 @@ order to gain a good understanding of how to use the low level APIs
 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>