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