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