is not current version
Last Version 5.1.3

com.grapecity.documents:gcexcel 4.2.6

GrapeCity introduces Documents for Excel (GcExcel) Java Edition, a high-speed, feature-rich Excel document API based on VSTO that can help developers work with spreadsheets in Java applications. The library helps to generate, convert to pdf, calculate, format, and parse spreadsheets in any application. You can work with a variety of features like importing spreadsheets, calculate data, query, generate, and export any spreadsheet, add sorting, filtering, formatting, conditional formatting and data validation, grouping, sparklines, charts, shapes, pictures, slicers, comments, hyperlinks, themes etc. In addition, you can import existing Excel templates, add data and save the spreadsheets back. You can also use GcExcel together with Spread.Sheets, another GrapeCity Spread product that is included in GrapeCity SpreadJS. GcExcel can also import and export Excel template files on the server side. Spread.Sheets works in the browser (client side) as a viewer or editor. With GcExcel, you can also load, edit, analyse, convert and save spreadsheets in Java applications with full support on Windows, MAC and Linux. This repository contains source project of Examples and Showcases of GcExcel to help you learn and write your own applications. Additional Resources - Online Demo: https://www.grapecity.com/documents-api-excel-java/demos/ - Documentation: https://www.grapecity.com/documents-api-excel-java/docs/online/overview.html - Product Page/Features: https://www.grapecity.com/documents-api-excel-java

GroupId

GroupId

com.grapecity.documents
ArtifactId

ArtifactId

gcexcel
Version

Version

4.2.6
Type

Type

jar

Download gcexcel 4.2.6


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