This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 53ceff13b2 jar details
53ceff13b2 is described below

commit 53ceff13b2eb78e3eca82697c4f049ebf113e267
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 19 14:19:22 2025 +0100

    jar details
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 4f2c940159..c8bbefb89a 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,18 @@ Source code:
 
 Requires Java 11 or later.
 
+Jars:
+
+A good resource for finding the published jars and forming build tool 
dependency definitions is https://mvnrepository.com/artifact/org.apache.poi.
+
+* poi - main jar, including shared interfaces
+* poi-scratchpad - extra classes to support legacy MS file formats (`H**F`)
+* poi-ooxml - support for newer OOXML file formats (`X**F`)
+* poi-ooxml-lite - generated classes based on MS XSDs used bt poi-ooxml (only 
includes most commonly used classes)
+* poi-ooxml-full - generated classes based on MS XSDs (can be used instead of 
poi-ooxml-lite if you need support for less commonly used features)
+* poi-excelant - tools for working with Excel files in Apache Ant scripts
+* poi-examples
+
 # Contributing
 
 * Download and install git, Java JDK 11+, and Apache Ant 1.8+ or Gradle


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to