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