is not current version
Last Version 1.0.2

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

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
Type

Type

jar

Download excel-to-pdf 1.0


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