License |
License |
---|---|
GroupId | GroupIdcom.gitee.beiding |
ArtifactId | ArtifactIdtemplate-excel |
Last Version | Last Version3.18.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.gitee.beiding:template-excel
使用模板快速提取excel文件中的数据为数据实体,或者使用模板将数据实体渲染成excel
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/ -->
<dependency>
<groupId>com.gitee.beiding</groupId>
<artifactId>template-excel</artifactId>
<version>3.18.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/
implementation 'com.gitee.beiding:template-excel:3.18.1-RELEASE'
// https://jarcasting.com/artifacts/com.gitee.beiding/template-excel/
implementation ("com.gitee.beiding:template-excel:3.18.1-RELEASE")
'com.gitee.beiding:template-excel:jar:3.18.1-RELEASE'
<dependency org="com.gitee.beiding" name="template-excel" rev="3.18.1-RELEASE">
<artifact name="template-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.beiding', module='template-excel', version='3.18.1-RELEASE')
)
libraryDependencies += "com.gitee.beiding" % "template-excel" % "3.18.1-RELEASE"
[com.gitee.beiding/template-excel "3.18.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 4.1.0 |
org.apache.poi : poi-ooxml | jar | 4.1.0 |