jett-core

JETT is a Java API that reads an Excel spreadsheet as a template, takes your data, and creates a new Excel spreadsheet that contains your data, formatted as in the template. It works with .xls and .xlsx template spreadsheets.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.jett
ArtifactId

ArtifactId

jett-core
Last Version

Last Version

0.11.0
Release Date

Release Date

Type

Type

jar
Description

Description

jett-core
JETT is a Java API that reads an Excel spreadsheet as a template, takes your data, and creates a new Excel spreadsheet that contains your data, formatted as in the template. It works with .xls and .xlsx template spreadsheets.
Project URL

Project URL

http://jett.sourceforge.net
Project Organization

Project Organization

Jett Team

Download jett-core

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.jett/jett-core/ -->
<dependency>
    <groupId>net.sf.jett</groupId>
    <artifactId>jett-core</artifactId>
    <version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jett/jett-core/
implementation 'net.sf.jett:jett-core:0.11.0'
// https://jarcasting.com/artifacts/net.sf.jett/jett-core/
implementation ("net.sf.jett:jett-core:0.11.0")
'net.sf.jett:jett-core:jar:0.11.0'
<dependency org="net.sf.jett" name="jett-core" rev="0.11.0">
  <artifact name="jett-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jett', module='jett-core', version='0.11.0')
)
libraryDependencies += "net.sf.jett" % "jett-core" % "0.11.0"
[net.sf.jett/jett-core "0.11.0"]

Dependencies

compile (7)

Group / Artifact Type Version
net.sf.jagg : jagg-core jar 0.9.0
org.apache.poi : poi jar 3.14
org.apache.poi : poi-ooxml jar 3.14
org.apache.commons : commons-jexl jar 2.1.1
org.apache.logging.log4j : log4j-api jar 2.9.0
org.apache.logging.log4j : log4j-core jar 2.9.0
org.apache.logging.log4j : log4j-jcl jar 2.9.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
hsqldb : hsqldb jar 1.8.0.10

Project Modules

There are no modules declared in this project.

Versions

Version
0.11.0
0.10.0
0.9.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0