easyexcel

easyexcel

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