Author: dnorth
Date: Fri Aug 14 11:25:29 2015
New Revision: 1695862
URL: http://svn.apache.org/r1695862
Log:
Add a reference to my new hybrid-streaming example
See #58219
Modified:
poi/site/publish/spreadsheet/how-to.html
poi/site/src/documentation/content/xdocs/spreadsheet/how-to.xml
Modified: poi/site/publish/spreadsheet/how-to.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/spreadsheet/how-to.html?rev=1695862&r1=1695861&r2=1695862&view=diff
==============================================================================
--- poi/site/publish/spreadsheet/how-to.html (original)
+++ poi/site/publish/spreadsheet/how-to.html Fri Aug 14 11:25:29 2015
@@ -882,6 +882,10 @@ public class ExampleEventUserModel {
<a
href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java">the
XLSX2CSV example in svn</a>
</p>
+
+<p>An example is also <a
href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/streaming/examples/HybridStreaming.java">provided</a>
+ showing how to combine the user API and the SAX API by doing a streaming
parse
+ of larger worksheets and a traditional user-model parse of the rest of a
workbook.</p>
<a name="sxssf"></a>
Modified: poi/site/src/documentation/content/xdocs/spreadsheet/how-to.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/spreadsheet/how-to.xml?rev=1695862&r1=1695861&r2=1695862&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/spreadsheet/how-to.xml (original)
+++ poi/site/src/documentation/content/xdocs/spreadsheet/how-to.xml Fri Aug 14
11:25:29 2015
@@ -630,6 +630,9 @@ public class ExampleEventUserModel {
percentages), please see
<link
href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java">the
XLSX2CSV example in svn</link>
</p>
+ <p>An example is also <link
href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/streaming/examples/HybridStreaming.java">provided</link>
+ showing how to combine the user API and the SAX API by doing a streaming
parse
+ of larger worksheets and a traditional user-model parse of the rest of a
workbook.</p>
</section>
<anchor id="sxssf"/>
<section><title>SXSSF (Streaming Usermodel API)</title>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]