e

easyexcel-util

easyexcel is a excel handle tools written in Java
https://github.com/AIFEINIK/easyexcel-util.git
Apache 2
feinik.zhang
Files download
File Operation
easyexcel-util-1.1.jar download
easyexcel-util-1.1.pom download
easyexcel-util-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.aifeinik</groupId>
  <artifactId>easyexcel-util</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.aifeinik:easyexcel-util:1.1'
Gradle Kotlin
implementation("com.github.aifeinik:easyexcel-util:1.1")
Scala SBT
libraryDependencies += "com.github.aifeinik" % "easyexcel-util" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.aifeinik', module='easyexcel-util', version='1.1')
)
Apache Ivy
<dependency org="com.github.aifeinik" name="easyexcel-util" rev="1.1" />
Leiningen
[com.github.aifeinik/easyexcel-util "1.1"]
Apache Buildr
'com.github.aifeinik:easyexcel-util:jar:1.1'