Dandelion-DataTables
Dandelion module to create full-features HTML table based on the amazing DataTables jQuery plugin.
See the documentation here: http://dandelion.github.io/datatables
= The Dandelion team.
License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.dandelion |
ArtifactId | ArtifactIddatatables-export-poi |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDandelion :: Datatables :: Extras :: Export XLS using Apache POI
Extra providing a default XLS export class based on Apache POI
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>datatables-export-poi</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/
implementation 'com.github.dandelion:datatables-export-poi:1.1.0'
// https://jarcasting.com/artifacts/com.github.dandelion/datatables-export-poi/
implementation ("com.github.dandelion:datatables-export-poi:1.1.0")
'com.github.dandelion:datatables-export-poi:jar:1.1.0'
<dependency org="com.github.dandelion" name="datatables-export-poi" rev="1.1.0">
<artifact name="datatables-export-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='datatables-export-poi', version='1.1.0')
)
libraryDependencies += "com.github.dandelion" % "datatables-export-poi" % "1.1.0"
[com.github.dandelion/datatables-export-poi "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dandelion : datatables-core | jar | 1.1.0 |
org.apache.poi : poi | jar | 3.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
Dandelion module to create full-features HTML table based on the amazing DataTables jQuery plugin.
See the documentation here: http://dandelion.github.io/datatables
= The Dandelion team.