License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jett |
ArtifactId | ArtifactIdjett-core |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjett-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 |
Project Organization |
Project OrganizationJett Team |
Filename | Size |
---|---|
jett-core-0.11.0.pom | |
jett-core-0.11.0.jar | 187 KB |
jett-core-0.11.0-sources.jar | 158 KB |
jett-core-0.11.0-javadoc.jar | 521 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
hsqldb : hsqldb | jar | 1.8.0.10 |