Registry / utility / easyexcel

easyexcel

JSON →
library4.0.3javamavenunverified

EasyExcel is a Java library for reading and writing Excel files with high performance and low memory usage.

<dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>4.0.3</version> </dependency>
INSTALL
IMPORT
SIG · EASYEXCEL
E
easyexcel
utilityjavav4.0.3
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.

EasyExcel
com.alibaba.excel.EasyExcel

Shows how to write a simple Excel file using EasyExcel.

import com.alibaba.excel.EasyExcel; public class Example { public static void main(String[] args) { String fileName = "example.xlsx"; EasyExcel.write(fileName).sheet("Sheet1").doWrite(() -> { // data }); } }
Debug
Known issues
breakingVersion 4.0.3 may have breaking changes from 3.x series, especially in API method signatures.
fix
Refer to migration guide when upgrading from 3.x to 4.x.
affects: >=4.0.0
Upgrade
Version history
4.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Resources
easyexcel — mvn dependency:get easyexcel · libregistry