is not current version
Last Version 0.18.5

org.webjars.npm:xlsx 0.14.0

WebJar for xlsx

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

xlsx
Version

Version

0.14.0
Type

Type

jar

Download xlsx 0.14.0


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