is not current version
Last Version 5.1.3

com.grapecity.documents:gcexcel 4.0.0

Java Spreadsheet API with no Excel dependencies

GroupId

GroupId

com.grapecity.documents
ArtifactId

ArtifactId

gcexcel
Version

Version

4.0.0
Type

Type

jar

Download gcexcel 4.0.0


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