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-3.3.2.jar download
easyexcel-support-3.3.2.pom download
easyexcel-support-3.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>easyexcel-support</artifactId>
  <version>3.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:easyexcel-support:3.3.2'
Gradle Kotlin
implementation("com.alibaba:easyexcel-support:3.3.2")
Scala SBT
libraryDependencies += "com.alibaba" % "easyexcel-support" % "3.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='easyexcel-support', version='3.3.2')
)
Apache Ivy
<dependency org="com.alibaba" name="easyexcel-support" rev="3.3.2" />
Leiningen
[com.alibaba/easyexcel-support "3.3.2"]
Apache Buildr
'com.alibaba:easyexcel-support:jar:3.3.2'