easyexcel

easyexcel

easyexcel is a excel handle tools written in Java
https://github.com/alibaba/easyexcel
Apache 2
Alibaba Group
jipengfei
文件下载
文件名 操作
easyexcel-3.0.4.jar 下载
easyexcel-3.0.4.pom 下载
easyexcel-3.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>easyexcel</artifactId>
  <version>3.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:easyexcel:3.0.4'
Gradle Kotlin
implementation("com.alibaba:easyexcel:3.0.4")
Scala SBT
libraryDependencies += "com.alibaba" % "easyexcel" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='easyexcel', version='3.0.4')
)
Apache Ivy
<dependency org="com.alibaba" name="easyexcel" rev="3.0.4" />
Leiningen
[com.alibaba/easyexcel "3.0.4"]
Apache Buildr
'com.alibaba:easyexcel:jar:3.0.4'