MVN

com.grapecity.documents : gcexcel

Maven & Gradle

Aug 25, 2023

GcExcel · Programmatically generate, load, modify, and convert Excel .xlsx spreadsheets in your Java applications. GrapeCity Documents for Excel (GcExcel) is a cross-platform high-speed, small-footprint spreadsheet API library that requires no dependencies on Excel. The powerful calculation engine supports 450+ Excel Functions and custom functions to perform complex calculations. GcExcel is 2x+ faster and uses less memory than Apache POI and allows you to save to XLSX, PDF, HTML, CSV, JSON and Images. Deploy your applications to the cloud, Windows, Mac, or Linux. If you'd like to remove the trial watermark and other trial limitations, please email [email protected] to request your 30-day evaluation key.

<dependency>
    <groupId>com.grapecity.documents</groupId>
    <artifactId>gcexcel</artifactId>
    <version>6.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.grapecity.documents : gcexcel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.1

All Versions

Choose a version of com.grapecity.documents : gcexcel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
gcexcel-6.2.1
gcexcel-6.2.0
6.1.x
gcexcel-6.1.4
gcexcel-6.1.3
gcexcel-6.1.2
gcexcel-6.1.1
gcexcel-6.1.0
6.0.x
gcexcel-6.0.6
gcexcel-6.0.5
gcexcel-6.0.4
gcexcel-6.0.3
gcexcel-6.0.2
gcexcel-6.0.1
gcexcel-6.0.0
5.2.x
gcexcel-5.2.5
gcexcel-5.2.4
gcexcel-5.2.3
gcexcel-5.2.2
gcexcel-5.2.1
gcexcel-5.2.0
5.1.x
gcexcel-5.1.5
gcexcel-5.1.4
gcexcel-5.1.3
gcexcel-5.1.2
gcexcel-5.1.1
gcexcel-5.1.0
5.0.x
gcexcel-5.0.5
gcexcel-5.0.4
gcexcel-5.0.3
gcexcel-5.0.2
gcexcel-5.0.1
gcexcel-5.0.0
4.2.x
gcexcel-4.2.6
gcexcel-4.2.5
gcexcel-4.2.4
gcexcel-4.2.3
gcexcel-4.2.2
gcexcel-4.2.1
gcexcel-4.2.0
4.1.x
gcexcel-4.1.4
gcexcel-4.1.3
gcexcel-4.1.2
gcexcel-4.1.1
gcexcel-4.1.0
4.0.x
gcexcel-4.0.5
gcexcel-4.0.4
gcexcel-4.0.3
gcexcel-4.0.2
gcexcel-4.0.1
gcexcel-4.0.0
3.2.x
gcexcel-3.2.4
gcexcel-3.2.3
gcexcel-3.2.2
gcexcel-3.2.1
gcexcel-3.2.0
3.1.x
gcexcel-3.1.5
gcexcel-3.1.4
gcexcel-3.1.3
gcexcel-3.1.2
gcexcel-3.1.1
gcexcel-3.1.0
3.0.x
gcexcel-3.0.4
gcexcel-3.0.3
gcexcel-3.0.2
gcexcel-3.0.1
gcexcel-3.0.0
2.2.x
gcexcel-2.2.7
gcexcel-2.2.6
gcexcel-2.2.5
gcexcel-2.2.4
gcexcel-2.2.3
gcexcel-2.2.2
gcexcel-2.2.1
gcexcel-2.2.0
2.1.x
gcexcel-2.1.5
gcexcel-2.1.4
gcexcel-2.1.3
gcexcel-2.1.2
gcexcel-2.1.1
gcexcel-2.1.0
2.0.x
gcexcel-2.0.1
gcexcel-2.0.0

How to add a dependency to Maven

Add the following com.grapecity.documents : gcexcel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.grapecity.documents</groupId>
    <artifactId>gcexcel</artifactId>
    <version>6.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.grapecity.documents : gcexcel gradle dependency to your build.gradle file:

implementation 'com.grapecity.documents:gcexcel:6.2.1'

Gradle Kotlin DSL: Add the following com.grapecity.documents : gcexcel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.grapecity.documents:gcexcel:6.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.grapecity.documents : gcexcel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.grapecity.documents" % "gcexcel" % "6.2.1"

Advertisement