| License | License | 
|---|---|
| GroupId | GroupIdorg.actframework | 
| ArtifactId | ArtifactIdact-excel | 
| Last Version | Last Version1.9.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionACT Excel Implement ActFramework View with JXLS library to generate Excel report | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| act-excel-1.9.2.pom | |
| act-excel-1.9.2.jar | 19 KB | 
| act-excel-1.9.2-sources.jar | 11 KB | 
| act-excel-1.9.2-javadoc.jar | 101 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.actframework/act-excel/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-excel</artifactId>
    <version>1.9.2</version>
</dependency>// https://jarcasting.com/artifacts/org.actframework/act-excel/
implementation 'org.actframework:act-excel:1.9.2'// https://jarcasting.com/artifacts/org.actframework/act-excel/
implementation ("org.actframework:act-excel:1.9.2")'org.actframework:act-excel:jar:1.9.2'<dependency org="org.actframework" name="act-excel" rev="1.9.2">
  <artifact name="act-excel" type="jar" />
</dependency>@Grapes(
@Grab(group='org.actframework', module='act-excel', version='1.9.2')
)libraryDependencies += "org.actframework" % "act-excel" % "1.9.2"[org.actframework/act-excel "1.9.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jxls : jxls | jar | 2.8.1 | 
| org.jxls : jxls-poi | jar | 2.8.1 | 
| org.osgl : osgl-excel | jar | 1.10.2 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 | 
| org.actframework : act | jar | 1.8.33a | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 2.9.0 | 
| org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |