Javaxcel Styler

Configurer for decoration of cell style with simple usage.

License

License

GroupId

GroupId

com.github.javaxcel
ArtifactId

ArtifactId

javaxcel-styler
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

Javaxcel Styler
Configurer for decoration of cell style with simple usage.
Project URL

Project URL

https://github.com/javaxcel/javaxcel-styler
Source Code Management

Source Code Management

https://github.com/javaxcel/javaxcel-styler.git

Download javaxcel-styler

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.apache.poi : poi-ooxml jar 5.2.2

test (6)

Group / Artifact Type Version
com.github.javaxcel : javaxcel-core jar 0.8.0
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.assertj : assertj-core jar 3.22.0
org.projectlombok : lombok jar 1.18.22

Project Modules

There are no modules declared in this project.
com.github.javaxcel

Javaxcel

Javaxcel can interconvert DTO list and excel file with simple usage based annotations by java reflection and Apache POI.

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.0