Registry / utility / jxls
library3.1.0javamavenunverified

Small library for Excel generation based on XLS templates.

<dependency> <groupId>org.jxls</groupId> <artifactId>jxls</artifactId> <version>3.1.0</version> </dependency>
INSTALL
IMPORT
SIG · JXLS
J
jxls
utilityjavav3.1.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.

Context
org.jxls.common.Context

Generates an Excel file from a template using JXLS

import org.jxls.common.Context; import org.jxls.util.JxlsHelper; public class Example { public static void main(String[] args) throws Exception { Context context = new Context(); context.putVar("items", new String[]{"A", "B", "C"}); JxlsHelper.getInstance().processTemplate("template.xls", "output.xls", context); System.out.println("Excel generated"); } }
Debug
Known issues
breakingTemplate syntax differs between JXLS 2.x and 3.x
fix
Check the template syntax documentation for your JXLS version
affects: >=3.0.0
Upgrade
Version history
3.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jxls — mvn dependency:get jxls · libregistry