is not current version
Last Version 1.9.2

org.actframework:act-excel 1.7.2

Implement ActFramework View with JXLS library to generate Excel report

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-excel
Version

Version

1.7.2
Type

Type

jar

Download act-excel 1.7.2


<!-- https://jarcasting.com/artifacts/org.actframework/act-excel/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-excel</artifactId>
    <version>1.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-excel/
implementation 'org.actframework:act-excel:1.7.2'
// https://jarcasting.com/artifacts/org.actframework/act-excel/
implementation ("org.actframework:act-excel:1.7.2")
'org.actframework:act-excel:jar:1.7.2'
<dependency org="org.actframework" name="act-excel" rev="1.7.2">
  <artifact name="act-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-excel', version='1.7.2')
)
libraryDependencies += "org.actframework" % "act-excel" % "1.7.2"
[org.actframework/act-excel "1.7.2"]