GcExcel .NET requires the following system requirements depending upon the framework you are using to create an application.
GcExcel .NET reference is available through NuGet, a Visual Studio extension that automatically adds libraries and references to your project. To work with GcExcel .NET, you need to have following references in your application:
Reference | Purpose |
---|---|
GrapeCity.Documents.Excel | To use GcExcel in an application, you need to reference (install) just the GrapeCity.Documents.Excel package. It pulls in the required infrastructure packages. |
GrapeCity.Documents.Common | GrapeCity.Documents.Common is an infrastructure package used by other packages. You do not need to reference it directly. |
In order to use GcExcel .NET in a .NET Core, ASP.NET Core, .NET Framework application (any target that supports .NET Standard 2.0), install the NuGet packages in your application using the following steps: