convert-excel-to-pdf

Using Aspose.Cell to convert excel to pdf

Лицензия

Лицензия

Категории

Категории

PDF Данные
Группа

Группа

com.liumapp.convert.cell
Идентификатор

Идентификатор

convert-excel-to-pdf
Последняя версия

Последняя версия

v1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

convert-excel-to-pdf
Using Aspose.Cell to convert excel to pdf
Ссылка на сайт

Ссылка на сайт

http://maven.apache.org
Система контроля версий

Система контроля версий

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

Скачать convert-excel-to-pdf

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.aspose.cells » aspose-cells jar 8.6.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.7

Модули Проекта

Данный проект не имеет модулей.

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);

Версии библиотеки

Версия
v1.1.0