The DsExcel .NET packages are fully supported on Visual Studio 2017 or later for Windows, Visual Studio for MAC, and Visual Studio Code for Linux and are compatible with the following:
The following table lists the open-source library that is used in DsExcel .NET:
Name | Version | Description and Usage |
---|---|---|
Newtonsoft.Json | 13.0.1 | Reads and writes JSON. It also Implements JSON DOM data binding. |
DsExcel .NET reference is available through NuGet, a Visual Studio extension that automatically adds libraries and references to your project. To work with DsExcel .NET, you need to have following references in your application:
Reference | Purpose |
---|---|
DS.Documents.Excel | To use DsExcel in an application, you need to reference (install) just the DS.Documents.Excel package. It pulls in the required infrastructure packages. |
In order to use DsExcel .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: