SkillAgentSearch skills...

Jxls

Java library for creating Excel reports using Excel templates

Install / Use

/learn @jxlsteam/Jxls
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Jxls

Java CI with Maven codecov

Overview

Jxls is a small and simple to use Java library for Excel report generation using Excel template files.

Jxls abstracts Excel generation from underlying Java-to-Excel low-level processing library. Jxls uses a special markup in Excel templates to define output formatting and data layout.

How to use

Maven

<dependency>
    <groupId>org.jxls</groupId>
    <artifactId>jxls-poi</artifactId>
    <version>3.1.0</version>
</dependency>

Gradle

implementation 'org.jxls:jxls-poi:3.1.0'

See Getting started guide.

Contributing

See Contributing guide.

Related Skills

View on GitHub
GitHub Stars513
CategoryDevelopment
Updated1d ago
Forks103

Languages

Java

Security Score

100/100

Audited on Mar 28, 2026

No findings