is not current version
Last Version 4.0

com.github.anvirego:excel-io 3.0

This library can read and write from an Excel file.

GroupId

GroupId

com.github.anvirego
ArtifactId

ArtifactId

excel-io
Version

Version

3.0
Type

Type

jar

Download excel-io 3.0


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