Files download
File Operation
excel-x-2.2.2.jar download
excel-x-2.2.2.pom download
excel-x-2.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>top.minwk</groupId>
  <artifactId>excel-x</artifactId>
  <version>2.2.2</version>
</dependency>
Gradle Groovy
implementation 'top.minwk:excel-x:2.2.2'
Gradle Kotlin
implementation("top.minwk:excel-x:2.2.2")
Scala SBT
libraryDependencies += "top.minwk" % "excel-x" % "2.2.2"
Groovy Grape
@Grapes(
  @Grab(group='top.minwk', module='excel-x', version='2.2.2')
)
Apache Ivy
<dependency org="top.minwk" name="excel-x" rev="2.2.2" />
Leiningen
[top.minwk/excel-x "2.2.2"]
Apache Buildr
'top.minwk:excel-x:jar:2.2.2'