is not current version
Last Version 3.18.1-RELEASE

com.gitee.beiding:template-excel 1.1.3-RELEASE

使用模板快速提取excel文件中的数据为数据实体,或者使用模板将数据实体渲染成excel

GroupId

GroupId

com.gitee.beiding
ArtifactId

ArtifactId

template-excel
Version

Version

1.1.3-RELEASE
Type

Type

jar

Download template-excel 1.1.3-RELEASE


<!-- https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/ -->
<dependency>
    <groupId>com.gitee.beiding</groupId>
    <artifactId>template-excel</artifactId>
    <version>1.1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/
implementation 'com.gitee.beiding:template-excel:1.1.3-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/
implementation ("com.gitee.beiding:template-excel:1.1.3-RELEASE")
'com.gitee.beiding:template-excel:jar:1.1.3-RELEASE'
<dependency org="com.gitee.beiding" name="template-excel" rev="1.1.3-RELEASE">
  <artifact name="template-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.beiding', module='template-excel', version='1.1.3-RELEASE')
)
libraryDependencies += "com.gitee.beiding" % "template-excel" % "1.1.3-RELEASE"
[com.gitee.beiding/template-excel "1.1.3-RELEASE"]