License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.datatables4j |
ArtifactId | ArtifactIddatatables4j-export-poi-ooxml |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataTables4j :: Module :: Export/POI-OOXML
DataTables4j export module that uses Apache POI for XLSX exports
|
<!-- https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-export-poi-ooxml/ -->
<dependency>
<groupId>com.github.datatables4j</groupId>
<artifactId>datatables4j-export-poi-ooxml</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-export-poi-ooxml/
implementation 'com.github.datatables4j:datatables4j-export-poi-ooxml:0.1.3'
// https://jarcasting.com/artifacts/com.github.datatables4j/datatables4j-export-poi-ooxml/
implementation ("com.github.datatables4j:datatables4j-export-poi-ooxml:0.1.3")
'com.github.datatables4j:datatables4j-export-poi-ooxml:jar:0.1.3'
<dependency org="com.github.datatables4j" name="datatables4j-export-poi-ooxml" rev="0.1.3">
<artifact name="datatables4j-export-poi-ooxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datatables4j', module='datatables4j-export-poi-ooxml', version='0.1.3')
)
libraryDependencies += "com.github.datatables4j" % "datatables4j-export-poi-ooxml" % "0.1.3"
[com.github.datatables4j/datatables4j-export-poi-ooxml "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.datatables4j : datatables4j-core-api | jar | 0.8.3 |
org.apache.poi : poi-ooxml | jar | 3.8 |
org.slf4j : slf4j-api | jar | 1.6.4 |