Excel Reader and Writer with Interface Implementation

This library can read and write from an Excel file.

License

License

GroupId

GroupId

com.github.anvirego
ArtifactId

ArtifactId

excel-io
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Excel Reader and Writer with Interface Implementation
This library can read and write from an Excel file.
Project URL

Project URL

https://github.com/Anvirego/excel-io
Source Code Management

Source Code Management

https://github.com/Anvirego/excel-io/tree/master

Download excel-io

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.poi : poi-ooxml jar 4.1.1
org.apache.poi : poi-ooxml-schemas jar 4.1.2

Project Modules

There are no modules declared in this project.

excel-io

Excel Reader and Writer with Interface Implementation

Versions

Version
4.0
3.0