Last Version

Simple Spreadsheet Processing for Java 2.0.5

An apache-poi wrapper which lets you read or write an spreadsheet file with a simple java statement

License

License

GroupId

GroupId

com.github.chenjianjx
ArtifactId

ArtifactId

sep4j
Version

Version

2.0.5
Type

Type

jar
Description

Description

Simple Spreadsheet Processing for Java
An apache-poi wrapper which lets you read or write an spreadsheet file with a simple java statement
Project URL

Project URL

https://github.com/chenjianjx/sep4j
Source Code Management

Source Code Management

https://github.com/chenjianjx/sep4j

Download sep4j 2.0.5


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

Dependencies

compile (4)

Group / Artifact Type Version
commons-io : commons-io jar 2.4
commons-lang : commons-lang jar 2.6
commons-beanutils : commons-beanutils-core jar 1.8.3
org.apache.poi : poi-ooxml jar 3.8

test (2)

Group / Artifact Type Version
junit : junit jar 4.9
com.google.guava : guava jar 21.0

Project Modules

There are no modules declared in this project.