Registry / serialization / easypoi-base

easypoi-base

JSON →
library4.5.0javamavenunverified

Provides base utilities for reading and writing Office documents (Excel, Word) using Apache POI.

<dependency> <groupId>cn.afterturn</groupId> <artifactId>easypoi-base</artifactId> <version>4.5.0</version> </dependency>
INSTALL
IMPORT
SIG · EASYPOI-BASE
E
easypoi-base
serializationjavav4.5.0
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.

ExcelExportUtil
cn.afterturn.easypoi.excel.ExcelExportUtil

Demonstrates exporting an Excel workbook using EasyPOI.

import cn.afterturn.easypoi.excel.ExcelExportUtil; import cn.afterturn.easypoi.excel.entity.ExportParams; import org.apache.poi.ss.usermodel.Workbook; public class Example { public static void main(String[] args) { ExportParams params = new ExportParams(); Workbook workbook = ExcelExportUtil.exportExcel(params, null, null); System.out.println("Workbook created: " + workbook); } }
Debug
Known issues
breakingEasyPOI depends on Apache POI; ensure compatible POI version is used.
fix
Use the same POI version as required by EasyPOI (e.g., 4.1.2 for EasyPOI 4.5.0).
affects: 4.5.0
Upgrade
Version history
4.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
14
Amazon
1
Resources
easypoi-base — mvn dependency:get easypoi-base · libregistry