You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2009/04/27 14:36:24 UTC

svn commit: r768952 - /poi/trunk/src/documentation/content/xdocs/spreadsheet/how-to.xml

Author: nick
Date: Mon Apr 27 12:36:23 2009
New Revision: 768952

URL: http://svn.apache.org/viewvc?rev=768952&view=rev
Log:
Fix the XLS2CSVmra link

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

Modified: poi/trunk/src/documentation/content/xdocs/spreadsheet/how-to.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/spreadsheet/how-to.xml?rev=768952&r1=768951&r2=768952&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/spreadsheet/how-to.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/spreadsheet/how-to.xml Mon Apr 27 12:36:23 2009
@@ -465,7 +465,7 @@
 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>.



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