e

excel-utils-boot-starter

一个简易操作Excel的工具类
https://github.com/creekmoon/excel-utils-boot-starter
The Apache Software License, Version 2.0
JY
Files download
File Operation
excel-utils-boot-starter-1.3.0.jar download
excel-utils-boot-starter-1.3.0.pom download
excel-utils-boot-starter-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.creekmoon</groupId>
  <artifactId>excel-utils-boot-starter</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.creekmoon:excel-utils-boot-starter:1.3.0'
Gradle Kotlin
implementation("io.github.creekmoon:excel-utils-boot-starter:1.3.0")
Scala SBT
libraryDependencies += "io.github.creekmoon" % "excel-utils-boot-starter" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.creekmoon', module='excel-utils-boot-starter', version='1.3.0')
)
Apache Ivy
<dependency org="io.github.creekmoon" name="excel-utils-boot-starter" rev="1.3.0" />
Leiningen
[io.github.creekmoon/excel-utils-boot-starter "1.3.0"]
Apache Buildr
'io.github.creekmoon:excel-utils-boot-starter:jar:1.3.0'