is not current version
Last Version 3.0.0

com.github.crab2died:Excel4J 3.0.0-Alpha

Excel operation component based on poi

GroupId

GroupId

com.github.crab2died
ArtifactId

ArtifactId

Excel4J
Version

Version

3.0.0-Alpha
Type

Type

jar

Download Excel4J 3.0.0-Alpha


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