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