e

excel-spring-boot-starter

Importing and exporting Excel based on easyexcel annotation
https://twelvet.cn
The Apache Software License, Version 2.0
twelvet
twelvet
Files download
File Operation
excel-spring-boot-starter-3.0.1.jar download
excel-spring-boot-starter-3.0.1.pom download
excel-spring-boot-starter-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.twelvet.excel</groupId>
  <artifactId>excel-spring-boot-starter</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'cn.twelvet.excel:excel-spring-boot-starter:3.0.1'
Gradle Kotlin
implementation("cn.twelvet.excel:excel-spring-boot-starter:3.0.1")
Scala SBT
libraryDependencies += "cn.twelvet.excel" % "excel-spring-boot-starter" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.twelvet.excel', module='excel-spring-boot-starter', version='3.0.1')
)
Apache Ivy
<dependency org="cn.twelvet.excel" name="excel-spring-boot-starter" rev="3.0.1" />
Leiningen
[cn.twelvet.excel/excel-spring-boot-starter "3.0.1"]
Apache Buildr
'cn.twelvet.excel:excel-spring-boot-starter:jar:3.0.1'