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