From 164d469cc358a7c17cae02295f19132f94f18394 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 27 Apr 2009 12:36:23 +0000 Subject: [PATCH] Fix the XLS2CSVmra link 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/content/xdocs/spreadsheet/how-to.xml b/src/documentation/content/xdocs/spreadsheet/how-to.xml index fcf88f69fe..371af433d7 100644 --- a/src/documentation/content/xdocs/spreadsheet/how-to.xml +++ b/src/documentation/content/xdocs/spreadsheet/how-to.xml @@ -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 -/src/scratchpad/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java, +/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java, and may be called on the command line, or from within your own code. The latest version is always available from subversion. -- 2.39.5