s

simple-excel

简单excel导入导出工具,基于Apache.poi实现,通过注解方式实现poi常用api的调用
https://github.com/Thomaswoood/simple-excel
Mulan Permissive Software License,Version 2
thomas
文件下载
文件名 操作
simple-excel-2.1.1.jar 下载
simple-excel-2.1.1.pom 下载
simple-excel-2.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.Thomaswoood</groupId>
  <artifactId>simple-excel</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.Thomaswoood:simple-excel:2.1.1'
Gradle Kotlin
implementation("io.github.Thomaswoood:simple-excel:2.1.1")
Scala SBT
libraryDependencies += "io.github.Thomaswoood" % "simple-excel" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.Thomaswoood', module='simple-excel', version='2.1.1')
)
Apache Ivy
<dependency org="io.github.Thomaswoood" name="simple-excel" rev="2.1.1" />
Leiningen
[io.github.Thomaswoood/simple-excel "2.1.1"]
Apache Buildr
'io.github.Thomaswoood:simple-excel:jar:2.1.1'