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