e

easyexcel

easyexcel is a excel handle tools written in Java
https://github.com/harvies/easyexcel
Apache 2
Alibaba Group
jipengfei
Files download
File Operation
easyexcel-1.1.12.jar download
easyexcel-1.1.12.pom download
easyexcel-1.1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.harvies</groupId>
  <artifactId>easyexcel</artifactId>
  <version>1.1.12</version>
</dependency>
Gradle Groovy
implementation 'io.github.harvies:easyexcel:1.1.12'
Gradle Kotlin
implementation("io.github.harvies:easyexcel:1.1.12")
Scala SBT
libraryDependencies += "io.github.harvies" % "easyexcel" % "1.1.12"
Groovy Grape
@Grapes(
  @Grab(group='io.github.harvies', module='easyexcel', version='1.1.12')
)
Apache Ivy
<dependency org="io.github.harvies" name="easyexcel" rev="1.1.12" />
Leiningen
[io.github.harvies/easyexcel "1.1.12"]
Apache Buildr
'io.github.harvies:easyexcel:jar:1.1.12'