Excelprocessor Utility

POI based libarary to convert excel to java and java to excel

License

License

GroupId

GroupId

com.github.salilvnair
ArtifactId

ArtifactId

excelprocessor
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Excelprocessor Utility
POI based libarary to convert excel to java and java to excel
Project URL

Project URL

https://github.com/salilvnair/excelprocessor
Source Code Management

Source Code Management

https://github.com/salilvnair/excelprocessor

Download excelprocessor

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.2
org.json : json jar 20180813
org.apache.poi : poi jar 3.9
org.apache.poi : poi-ooxml jar 3.9
commons-collections : commons-collections jar 3.2.1
com.google.code.gson : gson jar 2.8.5
org.apache.commons : commons-lang3 jar 3.8.1
commons-lang : commons-lang jar 2.2
org.apache.commons : commons-io jar 1.3.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.24

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0.0
1.0.1
1.0.0