Apache POI extension (Kotlin)

Some utility methods and variables for workbooks of Apache POI (can shorten code), written in Kotlin

License

License

GroupId

GroupId

me.o-r-e
ArtifactId

ArtifactId

k-poi-ext
Last Version

Last Version

0.0.3-k1.3.50
Release Date

Release Date

Type

Type

jar
Description

Description

Apache POI extension (Kotlin)
Some utility methods and variables for workbooks of Apache POI (can shorten code), written in Kotlin
Project URL

Project URL

https://github.com/o-r-e/k-poi-ext
Source Code Management

Source Code Management

https://github.com/o-r-e/k-poi-ext/tree/master

Download k-poi-ext

How to add to project

<!-- https://jarcasting.com/artifacts/me.o-r-e/k-poi-ext/ -->
<dependency>
    <groupId>me.o-r-e</groupId>
    <artifactId>k-poi-ext</artifactId>
    <version>0.0.3-k1.3.50</version>
</dependency>
// https://jarcasting.com/artifacts/me.o-r-e/k-poi-ext/
implementation 'me.o-r-e:k-poi-ext:0.0.3-k1.3.50'
// https://jarcasting.com/artifacts/me.o-r-e/k-poi-ext/
implementation ("me.o-r-e:k-poi-ext:0.0.3-k1.3.50")
'me.o-r-e:k-poi-ext:jar:0.0.3-k1.3.50'
<dependency org="me.o-r-e" name="k-poi-ext" rev="0.0.3-k1.3.50">
  <artifact name="k-poi-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.o-r-e', module='k-poi-ext', version='0.0.3-k1.3.50')
)
libraryDependencies += "me.o-r-e" % "k-poi-ext" % "0.0.3-k1.3.50"
[me.o-r-e/k-poi-ext "0.0.3-k1.3.50"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.poi : poi-ooxml jar 5.0.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3-k1.3.50
0.0.3
0.0.2