mirror of https://github.com/apache/poi.git
Fix more XLS2CSV links
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@770693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
164d469cc3
commit
62024e3733
|
@ -468,7 +468,7 @@ some of the rows or cells. It can be found at
|
||||||
<code>/src/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.
|
and may be called on the command line, or from within your own code.
|
||||||
The latest version is always available from
|
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>.
|
<link href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/">subversion</link>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<em>In POI versions before 3.0.3, this code lived in the scratchpad section.
|
<em>In POI versions before 3.0.3, this code lived in the scratchpad section.
|
||||||
|
|
|
@ -373,7 +373,7 @@ for (Row row : sheet1) {
|
||||||
</source>
|
</source>
|
||||||
<p>For very fancy text extraction, XLS to CSV etc,
|
<p>For very fancy text extraction, XLS to CSV etc,
|
||||||
take a look at
|
take a look at
|
||||||
<em>/src/scratchpad/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java</em>
|
<em>/src/examples/src/org/apache/poi/hssf/eventusermodel/examples/XLS2CSVmra.java</em>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<anchor id="FillsAndFrills"/>
|
<anchor id="FillsAndFrills"/>
|
||||||
|
|
Loading…
Reference in New Issue