GrapeCity.Documents.Excel 4.2.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package GrapeCity.Documents.Excel --version 4.2.5
                    
NuGet\Install-Package GrapeCity.Documents.Excel -Version 4.2.5
                    
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="4.2.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GrapeCity.Documents.Excel" Version="4.2.5" />
                    
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 4.2.5
                    
#r "nuget: GrapeCity.Documents.Excel, 4.2.5"
                    
#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@4.2.5
                    
#: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=4.2.5
                    
Install as a Cake Addin
#tool nuget:?package=GrapeCity.Documents.Excel&version=4.2.5
                    
Install as a Cake Tool
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 106,631 10/10/2024
7.2.2 2,225 9/18/2024
7.2.1 5,534 8/30/2024
7.2.0 37,885 8/20/2024
7.1.5 14,600 7/19/2024
7.1.4 1,907 6/27/2024
7.1.3 2,558 6/7/2024
7.1.2 2,123 5/16/2024
7.1.1 10,237 4/29/2024
7.1.0 3,075 4/16/2024
7.0.5 5,762 3/21/2024
7.0.4 4,454 2/29/2024
7.0.3 4,760 2/7/2024
7.0.2 2,305 1/19/2024
7.0.1 5,969 1/2/2024
7.0.0 3,584 12/11/2023
6.2.5 28,870 11/21/2023
6.2.4 3,700 11/3/2023
6.2.3 5,390 10/13/2023
4.2.5 4,269 11/5/2021
Loading failed

# Changes from version 4.2.4:

## Fixed

- It takes too much time on calling method 'GetUsedRange'.(DOCXLS-4552)
- It takes too much time on copying range with formulas.(DOCXLS-4884)
- Exception is thrown on calling IRange.FromJson.(DOCXLS-4922)
- The formula is not correct after cutting range to another position.(DOCXLS-4979)
- The exported Excel file is corrupted after copying a range from one workbook to another.(DOCXLS-4985)
- The number format is changed after setting cell's value.(DOCXLS-4987)
- Exception is thrown on calling 'ToJson' method in Mac environement.(DOCXLS-4997)
- Macros are not preserved when an xlsm file with OLE objects is loaded and saved.(DOCXLS-5027)
- The exported Excel file is corrupted after copying a worksheet from one workbook to another.(DOCXLS-5043)
- OLE Objects are broken in exported Excel file.(DOCXLS-5047)
- NumberFormatException is thrown on opening an Excel file which contains Pivot Table.(DOCXLS-5051)
- The filter result is incorrect in exported JSON file.(DOCXLS-5059)
- Extra characters are added to the comments in exported Excel file.(DOCXLS-5060)
- The rows that should be hidden are shown in exported Excel file.(DOCXLS-5061)
- Exception is thrown on calling 'workbook.calculate()' method.(DOCXLS-5079)
- It takes too much time on calling method 'IWorksheet.FromJson()'.(DOCXLS-5084)