GrapeCity.Documents.Excel 3.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package GrapeCity.Documents.Excel --version 3.2.1
                    
NuGet\Install-Package GrapeCity.Documents.Excel -Version 3.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GrapeCity.Documents.Excel" Version="3.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GrapeCity.Documents.Excel" Version="3.2.1" />
                    
Directory.Packages.props
<PackageReference Include="GrapeCity.Documents.Excel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GrapeCity.Documents.Excel --version 3.2.1
                    
#r "nuget: GrapeCity.Documents.Excel, 3.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GrapeCity.Documents.Excel@3.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GrapeCity.Documents.Excel&version=3.2.1
                    
Install as a Cake Addin
#tool nuget:?package=GrapeCity.Documents.Excel&version=3.2.1
                    
Install as a Cake Tool

GrapeCity Documents for Excel 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.

We model our interface-based API on Excel's document object model. This means that you can import, calculate, query, generate, and export any spreadsheet scenario.

Using GcExcel, you can create full reports, sorted and filtered tables, sorted and filtered pivot tables, dashboard reports, add charts, sparklines, conditional formats, import and export Excel templates and also convert spreadsheets to PDF.

The online Documents for Excel sample browser is available at https://www.grapecity.com/documents-api-excel/demos

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on GrapeCity.Documents.Excel:

Package Downloads
GrapeCity.ActiveReports.Core.DataProviders.Excel

ActiveReports Excel data provider facility

Verify.GrapeCity

Extends Verify (https://github.com/VerifyTests/Verify) to allow verification via GrapeCity Documents API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.2.3 138,133 10/10/2024
7.2.2 2,364 9/18/2024
7.2.1 6,242 8/30/2024
7.2.0 45,572 8/20/2024
7.1.5 14,848 7/19/2024
7.1.4 1,976 6/27/2024
7.1.3 2,600 6/7/2024
7.1.2 2,162 5/16/2024
7.1.1 10,274 4/29/2024
7.1.0 3,124 4/16/2024
7.0.5 5,896 3/21/2024
7.0.4 4,488 2/29/2024
7.0.3 4,816 2/7/2024
7.0.2 2,352 1/19/2024
7.0.1 6,001 1/2/2024
7.0.0 3,636 12/11/2023
6.2.5 33,240 11/21/2023
6.2.4 3,729 11/3/2023
6.2.3 5,554 10/13/2023
3.2.1 2,958 8/7/2020
Loading failed

# Changes from version 3.2.0:

## Fixed
- Templates markers are not cleared after processing template.(DOCXLS-2675)
- Collapsed groups are not exported correctly to ssjson.(DOCXLS-2762)
- Chart type is changed after loading a XYScatter chart from Excel.(DOCXLS-2643)
- Table Resize method does not carry over the Formula, Style and Conditional Formatting.(DOCXLS-2665)
- The exported PDF is wrong after setting best-fit-columns to true.(DOCXLS-2700)
- The exported Excel can not be opened correctly after setting IPivotTable.MergeLabels to true.(DOCXLS-2739)
- Cell text orientation is lost after importing from ssjson.(DOCXLS-2764)
- Exception is thrown when there are some special characters and exporting to PDF.(DOCXLS-2769)
- Program does not end and CPU utilisation is 100% after calling auto-fit on entire column.(DOCXLS-2785)
- Excpetion is thrown after importing a ssjson and then exporting to PDF.(DOCXLS-2789)
- The result of conditional format is wrong in the exported PDF.(DOCXLS-2685)
- The saved password-protected Excel file can not be opened when there is more than 15M data.(DOCXLS-2690)
- The height of cell(with wrapped text) is changed after importing ssjson and then saving to xlsx.(DOCXLS-2735)
- RowCount and ColumnCount in exported ssjson is incorrect after deleting some rows/columns.(DOCXLS-2741)
- Text can not be pasred correctly when current culture is en-GB.(DOCXLS-2745)
- The calculated result is "∞" in GcExcel, which is #DIV/0! in Excel.(DOCXLS-2747)
- Exception is thrown when opening an Excel with gradient unscaled fill.(DOCXLS-2761)
- The accounting format is rendered wrong in the exported PDF.(DOCXLS-2765)
- Exception is thrown when importing ssjson with an invalid "cap" value.(DOCXLS-2786)
- Range.Text is incorrect when number format is #,##0.00,,.(DOCXLS-2788)
- IRange.Clear() doesn't clear tags.(DOCXLS-2794)
- The calculated results of “=0^-x” and “=0^0” are not same as Excel.(DOCXLS-2855)