Skip to content

SKT-Shurima/GcExcel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrapeCity Documents for Excel

GrapeCity Documents for Excel(GcExcel) is a high-speed, small-footprint spreadsheet API that requires no dependencies on Excel. With full .NET Standard 2.0 support, you can generate, load, modify, and convert spreadsheets in .NET Framework, .NET Core, Mono, and Xamarin. Apps using this spreadsheet API can be deployed to cloud, Windows, Mac, or Linux. Its powerful calculation engine and breadth of features means you’ll never have to compromise design or requirements.

This repository contains source project of Examples and Showcases of GcExcel to help you learn and write your own applications. Note that you need to install .NET Core SDK to run all these projects, and it may take a long time to run AspNetCoreDemo for the first time, because it needs to download and install some nodejs modules during the first run.

Directory Description
Examples A collection of .NET examples that help you learn and explore the API features
AspNetCoreDemo/AspNetCore+React A source project that demonstrates how to use GcExcel with Asp.NET Core + React + Spread.Sheets (to run this project, install .NET Core SDK and NodeJS)
AspNetCoreDemo/AspNetCore+Angular2 A source project that demonstrates how to use GcExcel with Asp .Net Core + Angular2 + Spread.Sheets(to run this project, install .NET Core SDK and NodeJS)
Benchmark Source projects to help users run performance tests on GcExcel (Put Excel files into the Files\Input folder and run the project to get performance data)

Limitations of non-licensed package

These projects use the non-licensed version of GcExcel. The non-licensed version has the following limitations:

  • You can only open or save 100 Excel files.
  • You can only run an application for up to 10 hours
  • When you save a file, a new worksheet with watermark will be added stating that this was generated using a non-licensed evaluation version.

Other Resources

About

High-speed Excel spreadsheet API for .NET Standard 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Visual Basic .NET 69.9%
  • CSS 12.1%
  • C# 10.0%
  • TypeScript 5.7%
  • JavaScript 1.3%
  • HTML 1.0%