Last Version

Jett 0.11.0

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
Version

Version

0.11.0
Type

Type

pom
Description

Description

Jett
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 0.11.0

Filename Size
jett-0.11.0.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jett-core