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