is not current version
Last Version 0.4.0

io.github.zhangyu836:xltpl 0.1.0

A Java library to generate xls/x files from a xls/x template.

GroupId

GroupId

io.github.zhangyu836
ArtifactId

ArtifactId

xltpl
Version

Version

0.1.0
Type

Type

jar

Download xltpl 0.1.0


<!-- https://jarcasting.com/artifacts/io.github.zhangyu836/xltpl/ -->
<dependency>
    <groupId>io.github.zhangyu836</groupId>
    <artifactId>xltpl</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zhangyu836/xltpl/
implementation 'io.github.zhangyu836:xltpl:0.1.0'
// https://jarcasting.com/artifacts/io.github.zhangyu836/xltpl/
implementation ("io.github.zhangyu836:xltpl:0.1.0")
'io.github.zhangyu836:xltpl:jar:0.1.0'
<dependency org="io.github.zhangyu836" name="xltpl" rev="0.1.0">
  <artifact name="xltpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zhangyu836', module='xltpl', version='0.1.0')
)
libraryDependencies += "io.github.zhangyu836" % "xltpl" % "0.1.0"
[io.github.zhangyu836/xltpl "0.1.0"]