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

ch.rabanti:picoxlsx4j 2.4.0

PicoXLSX4j is a small Java library to create XLSX files (Microsoft Excel 2007 or newer) in an easy and native way. It is a direct port of PicoXLSX for C#: No need for an installation of Microsoft Office. No need for Office interop/DCOM or other bridging libraries. No need for 3rd party libraries. Pure usage of standard JRE

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

ch.rabanti
Идентификатор

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

picoxlsx4j
Версия

Версия

2.4.0
Тип

Тип

jar

Скачать picoxlsx4j 2.4.0


<!-- https://jarcasting.com/artifacts/ch.rabanti/picoxlsx4j/ -->
<dependency>
    <groupId>ch.rabanti</groupId>
    <artifactId>picoxlsx4j</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.rabanti/picoxlsx4j/
implementation 'ch.rabanti:picoxlsx4j:2.4.0'
// https://jarcasting.com/artifacts/ch.rabanti/picoxlsx4j/
implementation ("ch.rabanti:picoxlsx4j:2.4.0")
'ch.rabanti:picoxlsx4j:jar:2.4.0'
<dependency org="ch.rabanti" name="picoxlsx4j" rev="2.4.0">
  <artifact name="picoxlsx4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.rabanti', module='picoxlsx4j', version='2.4.0')
)
libraryDependencies += "ch.rabanti" % "picoxlsx4j" % "2.4.0"
[ch.rabanti/picoxlsx4j "2.4.0"]