gcexcel
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.grapecitysoft.documents</groupId> <artifactId>gcexcel</artifactId> <version>7.2.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.grapecitysoft.documents</groupId> <artifactId>gcexcel</artifactId> <version>7.2.4</version> <name>GcExcel</name> <description>在 Java 应用程序中以编程方式生成、加载、修改和转换 Excel 电子表格。GcExcel 服务端表格组件是一个跨平台的高速、小体积电子表格 API 库,无需依赖 Excel。其强大的计算引擎支持 450 多个 Excel 函数和自定义函数来执行复杂的计算。与 Apache POI 相比,GcExcel 的速度快 2 倍以上,占用内存更少,并可保存为 XLSX、PDF、HTML、CSV、JSON 和图像。将您的应用程序部署到云、Windows、Mac 或 Linux 上。如果您想移除试用版水印和其他试用限制,请发送电子邮件至 info.xa@grapecity.com 申请 30 天评估密钥。</description> <url>https://www.grapecity.com.cn/developer/grapecitydocuments/excel-java</url> <licenses> <license> <name>GrapeCity Software EULA</name> <url>https://cdn.grapecity.com.cn/online/GrapeCitySoftware-EULA.pdf</url> </license> </licenses> <developers> <developer> <name>GrapeCity Software inc.</name> <email>info.xa@grapecity.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/GrapeCityXA/GcExcel-Java.git</connection> <developerConnection>scm:git:ssh://github.com:GrapeCityXA/GcExcel-Java.git</developerConnection> <url>https://github.com/GrapeCityXA</url> </scm> <dependencies> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> <version>1.0.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> <version>2.0.24</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.sf.barcode4j</groupId> <artifactId>barcode4j</artifactId> <version>2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> <version>1.76</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-ext-jdk18on</artifactId> <version>1.76</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.21</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> <version>3.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>ooxml-security</artifactId> <version>1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.30</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.zaxxer</groupId> <artifactId>SparseBitSet</artifactId> <version>1.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> <version>3.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> <version>3.0.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> <version>3.5.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.zxing</groupId> <artifactId>javase</artifactId> <version>3.5.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>batik-all</artifactId> <version>1.17</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis-ext</artifactId> <version>1.3.04</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>xmlgraphics-commons</artifactId> <version>2.9</version> <scope>runtime</scope> </dependency> </dependencies> </project>