From d83039cca772de0522a08c1519a39ca4deb11c9e Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 19 Nov 2025 14:27:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db0c2e2ac8..3b1d263161 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ A good resource for finding the published jars and forming build tool dependency * 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-lite - generated classes based on MS XSDs used by poi-ooxml (only includes the 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