]> source.dussan.org Git - poi.git/commitdiff
Add information on the example code for the missing record aware event code
authorNick Burch <nick@apache.org>
Mon, 18 Jun 2007 18:09:30 +0000 (18:09 +0000)
committerNick Burch <nick@apache.org>
Mon, 18 Jun 2007 18:09:30 +0000 (18:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548426 13f79535-47bb-0310-9956-ffa450edef68

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

index 03c359ffce6df46cdb5900cdc5926852276db1e5..cc578afec543b361944241f322918dd87679edad 100644 (file)
@@ -454,6 +454,15 @@ it your HSSFListener. Then, register the MissingRecordAwareHSSFListener
 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>.