t

template-excel

使用模板快速提取excel文件中的数据为数据实体,或者使用模板将数据实体渲染成excel
https://gitee.com/beiding/template-excel
The Apache Software License, Version 2.0
dingchanglei
Files download
File Operation
template-excel-3.18.1-RELEASE.jar download
template-excel-3.18.1-RELEASE.pom download
template-excel-3.18.1-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitee.beiding</groupId>
  <artifactId>template-excel</artifactId>
  <version>3.18.1-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.gitee.beiding:template-excel:3.18.1-RELEASE'
Gradle Kotlin
implementation("com.gitee.beiding:template-excel:3.18.1-RELEASE")
Scala SBT
libraryDependencies += "com.gitee.beiding" % "template-excel" % "3.18.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.beiding', module='template-excel', version='3.18.1-RELEASE')
)
Apache Ivy
<dependency org="com.gitee.beiding" name="template-excel" rev="3.18.1-RELEASE" />
Leiningen
[com.gitee.beiding/template-excel "3.18.1-RELEASE"]
Apache Buildr
'com.gitee.beiding:template-excel:jar:3.18.1-RELEASE'