Last Version

PicoXLSX4j 2.6.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

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

ch.rabanti
ArtifactId

ArtifactId

picoxlsx4j
Version

Version

2.6.0
Type

Type

jar
Description

Description

PicoXLSX4j
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
Project URL

Project URL

https://PicoXLSX.rabanti.ch
Source Code Management

Source Code Management

https://github.com/rabanti-github/PicoXLSX4j/tree/master

Download picoxlsx4j 2.6.0


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

Dependencies

test (3)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 2.2
org.junit.jupiter : junit-jupiter-api jar RELEASE
org.junit.jupiter : junit-jupiter-params jar RELEASE

Project Modules

There are no modules declared in this project.