is not current version
Last Version 1.2.8

ch.rabanti:nanoxlsx4j 1.2.7

NanoXLSX4j is a small Java library to create and read XLSX files (Microsoft Excel 2007 or newer) in an easy and native way. The library is originated form PicoXLSX4j and has basic support of reading spreadsheets

Categories

Categories

Ant Build Tools
GroupId

GroupId

ch.rabanti
ArtifactId

ArtifactId

nanoxlsx4j
Version

Version

1.2.7
Type

Type

jar

Download nanoxlsx4j 1.2.7


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