legacy
old code base, that have to be replace or split to new project.
| License | License | 
|---|---|
| Categories | CategoriesIDE Development Tools Net | 
| GroupId | GroupIdnet.minidev | 
| ArtifactId | ArtifactIdxlsx | 
| Last Version | Last Version1.0.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionxlsx excel helper | 
| Project Organization | Project OrganizationChemouni Uriel | 
| Filename | Size | 
|---|---|
| xlsx-1.0.7.pom | |
| xlsx-1.0.7.jar | 9 KB | 
| xlsx-1.0.7-sources.jar | 4 KB | 
| xlsx-1.0.7-javadoc.jar | 32 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.minidev/xlsx/ -->
<dependency>
    <groupId>net.minidev</groupId>
    <artifactId>xlsx</artifactId>
    <version>1.0.7</version>
</dependency>// https://jarcasting.com/artifacts/net.minidev/xlsx/
implementation 'net.minidev:xlsx:1.0.7'// https://jarcasting.com/artifacts/net.minidev/xlsx/
implementation ("net.minidev:xlsx:1.0.7")'net.minidev:xlsx:jar:1.0.7'<dependency org="net.minidev" name="xlsx" rev="1.0.7">
  <artifact name="xlsx" type="jar" />
</dependency>@Grapes(
@Grab(group='net.minidev', module='xlsx', version='1.0.7')
)libraryDependencies += "net.minidev" % "xlsx" % "1.0.7"[net.minidev/xlsx "1.0.7"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.poi : poi-scratchpad | jar | 3.15 | 
| org.apache.poi : poi | jar | 3.15 | 
| org.apache.poi : poi-ooxml | jar | 3.15 | 
old code base, that have to be replace or split to new project.