is not current version
Last Version 1.0.2

com.github.zhangchunsheng:excel-to-pdf 1.0.1

An easy way to convert Excel to PDF by Java code based on Apache POI and itextpdf.

Categories

Categories

PDF Data
GroupId

GroupId

com.github.zhangchunsheng
ArtifactId

ArtifactId

excel-to-pdf
Version

Version

1.0.1
Type

Type

jar

Download excel-to-pdf 1.0.1


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