MVN

com.grapecitysoft.documents : gcexcel

Maven & Gradle

Dec 11, 2023

GcExcel · 在 Java 应用程序中以编程方式生成、加载、修改和转换 Excel 电子表格。GcExcel 服务端表格组件是一个跨平台的高速、小体积电子表格 API 库,无需依赖 Excel。其强大的计算引擎支持 450 多个 Excel 函数和自定义函数来执行复杂的计算。与 Apache POI 相比,GcExcel 的速度快 2 倍以上,占用内存更少,并可保存为 XLSX、PDF、HTML、CSV、JSON 和图像。将您的应用程序部署到云、Windows、Mac 或 Linux 上。如果您想移除试用版水印和其他试用限制,请发送电子邮件至 [email protected] 申请 30 天评估密钥。

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

Latest Version

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

  • Latest Stable: 7.0.0

All Versions

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

Version Vulnerabilities Updated
7.0.x
gcexcel-7.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.grapecitysoft.documents</groupId>
    <artifactId>gcexcel</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.grapecitysoft.documents:gcexcel:7.0.0'

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

implementation("com.grapecitysoft.documents:gcexcel:7.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.grapecitysoft.documents" % "gcexcel" % "7.0.0"

Advertisement