You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ni...@apache.org on 2007/06/18 20:09:31 UTC

svn commit: r548426 - /jakarta/poi/trunk/src/documentation/content/xdocs/hssf/how-to.xml

Author: nick
Date: Mon Jun 18 11:09:30 2007
New Revision: 548426

URL: http://svn.apache.org/viewvc?view=rev&rev=548426
Log:
Add information on the example code for the missing record aware event code

Modified:
    jakarta/poi/trunk/src/documentation/content/xdocs/hssf/how-to.xml

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hssf/how-to.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/hssf/how-to.xml?view=diff&rev=548426&r1=548425&r2=548426
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/hssf/how-to.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/hssf/how-to.xml Mon Jun 18 11:09:30 2007
@@ -454,6 +454,15 @@
 to the event model, and start that as normal.
 </p>
 <p>
+One example use for this API is to write a CSV outputter, which always
+outputs a minimum number of columns, even where the file doesn't contain
+some of the rows or cells. It can be found at 
+<code>/src/scratchpad/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java</code>,
+and may be called on the command line, or from within your own code.
+The latest version is always available from
+<link href="http://svn.apache.org/repos/asf/jakarta/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hssf/eventusermodel/examples/">subversion</link>.
+</p>
+<p>
 <em>This code is currently in the scratchpad section, so you will either
  need to include the scratchpad jar on your classpath, or build from a</em>
  <link href="../subversion.html">subversion checkout</link>.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org