convert-excel-to-pdf

Using Aspose.Cell to convert excel to pdf

License

License

Categories

Categories

PDF Data
GroupId

GroupId

com.liumapp.convert.cell
ArtifactId

ArtifactId

convert-excel-to-pdf
Last Version

Last Version

v1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

convert-excel-to-pdf
Using Aspose.Cell to convert excel to pdf
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/liumapp/convert-excel-to-pdf

Download convert-excel-to-pdf

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.aspose.cells » aspose-cells jar 8.6.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

convert-excel-to-pdf

Using Aspose.Cell to convert excel to pdf

how to use

update pom.xml

<repositories>
    <repository>
      <id>liumapp</id>
      <url>http://www.liumapp.com:8081/repository/liumapp/</url>
    </repository>
</repositories>

add dependencies:

<dependencies>
    <dependency>
      <groupId>com.liumapp.convert.cell</groupId>
      <artifactId>convert-excel-to-pdf</artifactId>
      <version>v1.1.0</version>
    </dependency>
  </dependencies>

example :

CellToPDF doc2PDF = new CellToPDF();
doc2PDF.excel2pdf(pdfPath,excelPath);

Versions

Version
v1.1.0