| License |
License
Artistic License
|
|---|---|
| GroupId | GroupIddisplaytag |
| ArtifactId | ArtifactIddisplaytag-export-poi |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDisplay excel export module
The Display excel export module is an optional displaytag extension which will allow you to export data using the
Microsoft Excel binary format through Jakarta POI.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| displaytag-export-poi-1.2.pom | |
| displaytag-export-poi-1.2.jar | 12 KB |
| displaytag-export-poi-1.2-sources.jar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/displaytag/displaytag-export-poi/ -->
<dependency>
<groupId>displaytag</groupId>
<artifactId>displaytag-export-poi</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/displaytag/displaytag-export-poi/
implementation 'displaytag:displaytag-export-poi:1.2'
// https://jarcasting.com/artifacts/displaytag/displaytag-export-poi/
implementation ("displaytag:displaytag-export-poi:1.2")
'displaytag:displaytag-export-poi:jar:1.2'
<dependency org="displaytag" name="displaytag-export-poi" rev="1.2">
<artifact name="displaytag-export-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='displaytag', module='displaytag-export-poi', version='1.2')
)
libraryDependencies += "displaytag" % "displaytag-export-poi" % "1.2"
[displaytag/displaytag-export-poi "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.3 |
| commons-beanutils : commons-beanutils | jar | 1.7.0 |
| org.apache.poi : poi | jar | 3.2-FINAL |
| displaytag : displaytag | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |
| javax.servlet : jsp-api | jar | 2.0 |