easyexcel-support

easyexcel-support

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