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