d

dsexcel

Programmatically generate, load, modify, and convert Excel .xlsx spreadsheets in your Java applications. Document Solutions for Excel (DsExcel, previously 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. DsExcel 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 us.sales@mescius.com to request your 30-day evaluation key.
https://developer.mescius.com/document-solutions/java-excel-api
End-User License Agreements For MESCIUS Software
MESCIUS inc.
Files download
File Operation
dsexcel-7.0.5.jar download
dsexcel-7.0.5.pom download
dsexcel-7.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mescius.documents</groupId>
  <artifactId>dsexcel</artifactId>
  <version>7.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.mescius.documents:dsexcel:7.0.5'
Gradle Kotlin
implementation("com.mescius.documents:dsexcel:7.0.5")
Scala SBT
libraryDependencies += "com.mescius.documents" % "dsexcel" % "7.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.mescius.documents', module='dsexcel', version='7.0.5')
)
Apache Ivy
<dependency org="com.mescius.documents" name="dsexcel" rev="7.0.5" />
Leiningen
[com.mescius.documents/dsexcel "7.0.5"]
Apache Buildr
'com.mescius.documents:dsexcel:jar:7.0.5'