diff --git a/apache-poi-2/README.md b/apache-poi-2/README.md index 65641e7c37..a3cb408389 100644 --- a/apache-poi-2/README.md +++ b/apache-poi-2/README.md @@ -14,4 +14,4 @@ This module contains articles about Apache POI. - [Set the Date Format Using Apache POI](https://www.baeldung.com/java-apache-poi-date-format) - [Replacing Variables in a Document Template with Java](https://www.baeldung.com/java-replace-pattern-word-document-doc-docx) - [Lock Header Rows With Apache POI](https://www.baeldung.com/java-apache-poi-lock-header-rows) -- More articles: [[<-- prev]](../apache-poi) +- More articles: [[<-- prev]](../apache-poi)[[next -->]](../apache-poi-3) diff --git a/apache-poi-2/pom.xml b/apache-poi-2/pom.xml index 8741b12c8f..e1fb5baf40 100644 --- a/apache-poi-2/pom.xml +++ b/apache-poi-2/pom.xml @@ -27,7 +27,7 @@ - 5.2.3 + 5.2.5 \ No newline at end of file diff --git a/apache-poi-3/README.md b/apache-poi-3/README.md index b7272d5e69..6a3d8dfa22 100644 --- a/apache-poi-3/README.md +++ b/apache-poi-3/README.md @@ -1,4 +1,10 @@ -## Relevant Articles +## Apache POI + +This module contains articles about Apache POI. + +### Relevant Articles: + - [How To Convert Excel Data Into List Of Java Objects](https://www.baeldung.com/java-convert-excel-data-into-list) - [Expand Columns with Apache POI](https://www.baeldung.com/java-apache-poi-expand-columns) - [Apply Bold Text Style for an Entire Row Using Apache POI](https://www.baeldung.com/appache-poi-apply-bold-text-style-entire-row) +- More articles: [[<-- prev]](../apache-poi-2) \ No newline at end of file diff --git a/apache-poi-3/pom.xml b/apache-poi-3/pom.xml index 8d0204669f..485206d6e8 100644 --- a/apache-poi-3/pom.xml +++ b/apache-poi-3/pom.xml @@ -24,50 +24,41 @@ poi-scratchpad ${poi.version} - com.github.ozlerhakan poiji ${poiji.version} - - org.apache.poi poi ${poi.version} - org.apache.poi poi-ooxml-schemas - 4.1.2 + ${poi-ooxml-schemas.version} - org.apache.xmlbeans xmlbeans - 5.1.1 + ${xmlbeans.version} - org.apache.commons commons-collections4 - 4.4 + ${commons-collections4.version} - org.dhatim fastexcel ${fastexcel.version} - org.dhatim fastexcel-reader ${fastexcel.version} - net.sourceforge.jexcelapi jxl @@ -77,8 +68,11 @@ 5.2.5 - 4.1.1 - 0.15.7 + 4.1.2 + 4.2.0 + 5.2.0 + 4.4 + 0.17.0 2.6.12 diff --git a/apache-poi/pom.xml b/apache-poi/pom.xml index 78781cf215..876fca0efe 100644 --- a/apache-poi/pom.xml +++ b/apache-poi/pom.xml @@ -60,10 +60,10 @@ - 5.2.0 - 1.0.6 - 0.15.3 - 3.2.0 + 5.2.5 + 1.0.9 + 0.17.0 + 3.3.1 \ No newline at end of file