Registry / serialization / poi-ooxml-schemas

poi-ooxml-schemas

JSON →
library4.1.2javamavenunverified

Apache POI library for accessing and manipulating OOXML schemas used in Microsoft Office files.

<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml-schemas</artifactId> <version>4.1.2</version> </dependency>
INSTALL
IMPORT
SIG · POI-OOXML-SCHEMAS
P
poi-ooxml-schemas
serializationjavav4.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XSSFWorkbook
org.apache.poi.xssf.usermodel.XSSFWorkbook

Read an Excel .xlsx file using Apache POI.

import org.apache.poi.xssf.usermodel.XSSFWorkbook; import java.io.FileInputStream; public class ReadExcel { public static void main(String[] args) throws Exception { try (XSSFWorkbook workbook = new XSSFWorkbook(new FileInputStream("file.xlsx"))) { // read sheets } } }
Debug
Known issues
gotchapoi-ooxml-schemas is a separate artifact; you also need poi-ooxml for full functionality.
fix
Add both poi-ooxml and poi-ooxml-schemas dependencies.
affects: all
Upgrade
Version history
4.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
poi-ooxml-schemas — mvn dependency:get poi-ooxml-schemas · libregistry