You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2015/10/13 18:28:09 UTC

svn commit: r1708460 - in /poi/site: publish/related-projects.html src/documentation/content/xdocs/related-projects.xml

Author: centic
Date: Tue Oct 13 16:28:09 2015
New Revision: 1708460

URL: http://svn.apache.org/viewvc?rev=1708460&view=rev
Log:
Add "Excel Streaming Reader" to the list of related projects.

Modified:
    poi/site/publish/related-projects.html
    poi/site/src/documentation/content/xdocs/related-projects.xml

Modified: poi/site/publish/related-projects.html
URL: http://svn.apache.org/viewvc/poi/site/publish/related-projects.html?rev=1708460&r1=1708459&r2=1708460&view=diff
==============================================================================
--- poi/site/publish/related-projects.html (original)
+++ poi/site/publish/related-projects.html Tue Oct 13 16:28:09 2015
@@ -403,6 +403,19 @@ if (VERSION > 3) {
               Available under the Apache License, Version 2.0.
               </p>
               
+              
+<a name="Excel+Streaming+Reader"></a>
+<div class="h4">
+<h4>Excel Streaming Reader</h4>
+</div>
+              
+<p>
+              
+<a href="https://github.com/monitorjbl/excel-streaming-reader">Excel Streaming Reader</a> uses the POI Streaming API to provide Row/Cell like read-access to large Excel spreadsheets.
+              Available under the Apache License, Version 2.0.
+              </p>
+              
+              
 		
     
     

Modified: poi/site/src/documentation/content/xdocs/related-projects.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/related-projects.xml?rev=1708460&r1=1708459&r2=1708460&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/related-projects.xml (original)
+++ poi/site/src/documentation/content/xdocs/related-projects.xml Tue Oct 13 16:28:09 2015
@@ -103,6 +103,13 @@
               Available under the Apache License, Version 2.0.
               </p>
               </section>
+              <section><title>Excel Streaming Reader</title>
+              <p>
+              <link href="https://github.com/monitorjbl/excel-streaming-reader">Excel Streaming Reader</link> uses the POI Streaming API to provide Row/Cell like read-access to large Excel spreadsheets.
+              Available under the Apache License, Version 2.0.
+              </p>
+              </section>
+              
 		</section>
     </body>
     <footer>



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