easyexcel-test

easyexcel-test

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