]> source.dussan.org Git - poi.git/commitdiff
Fix the XLS2CSVmra link
authorNick Burch <nick@apache.org>
Mon, 27 Apr 2009 12:36:23 +0000 (12:36 +0000)
committerNick Burch <nick@apache.org>
Mon, 27 Apr 2009 12:36:23 +0000 (12:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@768952 13f79535-47bb-0310-9956-ffa450edef68

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

index fcf88f69fe3018b8d048cb954fca53e022c1fc57..371af433d76a197c743355a697b96e7042fd5083 100644 (file)
@@ -465,7 +465,7 @@ to the event model, and start that as normal.
 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>,
+<code>/src/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/poi/trunk/src/scratchpad/examples/src/org/apache/poi/hssf/eventusermodel/examples/">subversion</link>.