is not current version
Last Version 0.18.5

org.webjars.npm:xlsx 0.12.11

WebJar for xlsx

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

xlsx
Version

Version

0.12.11
Type

Type

jar

Download xlsx 0.12.11


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