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

svn commit: r1894249 - /poi/site/src/documentation/content/xdocs/related-projects.xml

Author: fanningpj
Date: Thu Oct 14 13:54:18 2021
New Revision: 1894249

URL: http://svn.apache.org/viewvc?rev=1894249&view=rev
Log:
update docs

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

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=1894249&r1=1894248&r2=1894249&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/related-projects.xml (original)
+++ poi/site/src/documentation/content/xdocs/related-projects.xml Thu Oct 14 13:54:18 2021
@@ -128,6 +128,7 @@
               </p>
               <p>
               <a href="https://github.com/pjfanning/excel-streaming-reader">Forked Version</a> that supports the latest POI versions.
+              Has support for a number of extra features, including Strict OOXML files.
               Also available under the Apache License, Version 2.0.
               </p>
               </section>
@@ -139,7 +140,7 @@
             </section>
             <section><title>poi-shared-strings</title>
                 <p>
-                    <a href="https://github.com/pjfanning/poi-shared-strings/">poi-shared-strings</a> is a memory efficient Shared Strings Table implementation for POI streaming.
+                    <a href="https://github.com/pjfanning/poi-shared-strings/">poi-shared-strings</a> is a memory efficient Shared Strings Table and Comments Table implementation for POI streaming.
                     Available under the Apache License, Version 2.0.
                 </p>
             </section>
@@ -186,6 +187,12 @@
                     Available under the MIT License.
                 </p>
             </section>
+            <section><title>Spark Excel</title>
+                <p>
+                    <a href="https://github.com/crealytics/spark-excel">Spark Excel</a> allows you to read and write Excel documents into/from Spark Dataframes.
+                    Available under the Apache License, Version 2.0.
+                </p>
+            </section>
             <section><title>ExcelUtil</title>
                 <p>
                     <a href="https://github.com/nambach/ExcelUtil">ExcelUtil</a> is a Java wrapper using Apache POI to read and write Excel file in declarative fashion.



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