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 2021/08/10 07:42:39 UTC

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

Author: centic
Date: Tue Aug 10 07:42:39 2021
New Revision: 1892158

URL: http://svn.apache.org/viewvc?rev=1892158&view=rev
Log:
Add related project "ExcelUtil"

Remove "author" as otherwise it looks like this would be 
the author of the last listed tool

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=1892158&r1=1892157&r2=1892158&view=diff
==============================================================================
--- poi/site/publish/related-projects.html (original)
+++ poi/site/publish/related-projects.html Tue Aug 10 07:42:39 2021
@@ -359,11 +359,14 @@ document.write("Last Published: " + docu
 <a href="https://github.com/norbert-radyk/spoiwo">SPOIWO</a> allows you to read and write Office documents using Scala friendly APIs.
                     Available under the MIT License.
                 </p>
+<a name="ExcelUtil"></a>
+<h3 class="boxed">ExcelUtil</h3>
+<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.
+                </p>
 </div>
     
-<p align="right">
-<font size="-2">by&nbsp;Dominik Stadler</font>
-</p>
 </div>
 <!--+
     |end content

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=1892158&r1=1892157&r2=1892158&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/related-projects.xml (original)
+++ poi/site/src/documentation/content/xdocs/related-projects.xml Tue Aug 10 07:42:39 2021
@@ -22,9 +22,6 @@
 <document>
     <header>
         <title>Apache POI - Related Projects</title>
-        <authors>
-            <person id="DS" name="Dominik Stadler" email="centic@apache.org"/>
-        </authors>
     </header>
 
     <body>
@@ -189,6 +186,11 @@
                     Available under the MIT License.
                 </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.
+                </p>
+            </section>
 		</section>
     </body>
     <footer>



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