| Лицензия |
Лицензия |
|---|---|
| Группа | Группаeu.mindfusion |
| Идентификатор | Идентификаторspreadsheet |
| Последняя версия | Последняя версия1.0.10 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpreadsheet for Java Swing
MindFusion.Spreadsheet is a Java Swing component that provides Swing based applications with the ability to create, open, manage, and export spreadsheet documents without requiring Microsoft Excel. The component supports many of the popular formats, including XLSX, ODS, HTML, CSV, PDF.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spreadsheet-1.0.10.pom | |
| spreadsheet-1.0.10-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/eu.mindfusion/spreadsheet/ -->
<dependency>
<groupId>eu.mindfusion</groupId>
<artifactId>spreadsheet</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/eu.mindfusion/spreadsheet/
implementation 'eu.mindfusion:spreadsheet:1.0.10'
// https://jarcasting.com/artifacts/eu.mindfusion/spreadsheet/
implementation ("eu.mindfusion:spreadsheet:1.0.10")
'eu.mindfusion:spreadsheet:jar:1.0.10'
<dependency org="eu.mindfusion" name="spreadsheet" rev="1.0.10">
<artifact name="spreadsheet" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.mindfusion', module='spreadsheet', version='1.0.10')
)
libraryDependencies += "eu.mindfusion" % "spreadsheet" % "1.0.10"
[eu.mindfusion/spreadsheet "1.0.10"]