GemBox.Spreadsheet 2025.7.101

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package GemBox.Spreadsheet --version 2025.7.101
                    
NuGet\Install-Package GemBox.Spreadsheet -Version 2025.7.101
                    
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="GemBox.Spreadsheet" Version="2025.7.101" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GemBox.Spreadsheet" Version="2025.7.101" />
                    
Directory.Packages.props
<PackageReference Include="GemBox.Spreadsheet" />
                    
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 GemBox.Spreadsheet --version 2025.7.101
                    
#r "nuget: GemBox.Spreadsheet, 2025.7.101"
                    
#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 GemBox.Spreadsheet@2025.7.101
                    
#: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=GemBox.Spreadsheet&version=2025.7.101
                    
Install as a Cake Addin
#tool nuget:?package=GemBox.Spreadsheet&version=2025.7.101
                    
Install as a Cake Tool

What is GemBox.Spreadsheet?

GemBox.Spreadsheet is a .NET component that enables you to read, write, convert, and print spreadsheet files (XLSX, XLS, XLSB, CSV, HTML, and ODS) from .NET applications.

With GemBox.Spreadsheet you get a fast and reliable component that’s easy to use and doesn't depend on Microsoft Excel. It requires only .NET and it’s much faster than Microsoft Office Automation!

GemBox.Spreadsheet Features

Get Started

You are not sure how to start working with Excel spreadsheets in .NET using GemBox.Spreadsheet? Check the code below that shows how to create an XLSX file from scratch and write 'Hello World!' in first cell

// If using Professional version, put your serial key below.
SpreadsheetInfo.SetLicense("FREE-LIMITED-KEY");

// Create a new empty workbook.
var workbook = new ExcelFile();

// Add a worksheet to it.
var worksheet = workbook.Worksheets.Add("Sheet1");

// Write to the first cell.
worksheet.Cells["A1"].Value = "Hello World!";

// Save the workbook as Excel's XLSX file.
workbook.Save("Writing.xlsx");

For more GemBox.Spreadsheet code examples and demos, please visit our examples page.

Resources

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.  net6.0-windows7.0 is compatible.  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 was computed.  net462 is compatible.  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 (13)

Showing the top 5 NuGet packages that depend on GemBox.Spreadsheet:

Package Downloads
GemBox.Bundle

GemBox.Bundle is a package of .NET components for processing spreadsheets, documents, presentations, email messages, and images (XLSX, DOCX, PPTX, PDF, MSG, and PNG) from .NET applications. With GemBox.Bundle you get fast and reliable components that are easy to use and don't depend on Microsoft Office or Adobe Acrobat. They require only .NET so you can deploy your applications without having to think about other licenses.

GemBox.Spreadsheet.WinFormsUtilities

GemBox.Spreadsheet.WinFormsUtilities is a utility component for GemBox.Spreadsheet that enables developers to import/export DataGridView control to/from Excel file.

SymphonyFramework4

Symphony Framework is a true cross-platform framework which provides the ability to enhance and develop applications to meet the growing needs of users and businesses.

Autoware.Util

Pacote que contempla funções utils.

bict-SibaLife

SibaCore is a multipurpose framework built for the perculiar needs of BIC Technologies and seeks to make working with a data layer as easy as possible. With the help of our custom built generic repository, all CRUD functionalities are abtracted away from the programmer to reduce repetitive code. SibaCore also supports generic API's which intergrate with our custom generic repositories to provide a bare bone API taking away the need for the programmer to specify CRUD API end points; this allows you to focus on other important API end points for your application. SibaCore also includes utility methods which simplify tasks such as reading and writing data in excel peforming deep and shallow mapping between objects of any types and many more. This version of SibaCore has been modified to work with the SibaLife application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2025.9.107 5,653 9/4/2025
2025.8.116 9,248 8/14/2025
2025.7.101 42,795 7/2/2025
2025.6.110 9,712 6/14/2025
2025.5.104 74,557 5/7/2025
2025.4.107 94,845 4/4/2025
2025.3.112 45,776 3/11/2025
2025.2.109 25,752 2/14/2025
2025.1.104 39,652 1/24/2025
49.0.1895 63,667 12/5/2024
49.0.1858 196,557 11/4/2024
49.0.1839 150,710 10/8/2024
49.0.1822 53,899 9/5/2024
49.0.1799 47,587 8/13/2024
49.0.1767 47,758 7/5/2024
49.0.1737 58,746 6/7/2024
49.0.1697 78,171 5/7/2024
49.0.1655 63,420 4/6/2024
49.0.1623 53,156 3/4/2024
49.0.1612 48,518 2/13/2024
49.0.1586 54,302 1/15/2024
49.0.1562 588,322 12/8/2023
49.0.1542 100,520 11/16/2023
49.0.1509 372,492 10/21/2023
49.0.1454 266,493 9/5/2023
49.0.1423 47,771 8/4/2023
49.0.1398 151,666 7/7/2023
49.0.1379 84,282 6/12/2023
49.0.1335 140,067 5/10/2023
49.0.1301 48,702 4/5/2023
49.0.1274 74,642 3/10/2023
49.0.1244 191,856 2/3/2023
49.0.1225 96,369 1/3/2023
49.0.1202 261,824 12/14/2022
49.0.1153 71,263 11/9/2022
49.0.1127 183,782 10/12/2022
49.0.1103 62,865 9/6/2022
49.0.1084 133,182 8/12/2022
49.0.1067 55,314 7/21/2022
49.0.1039 55,965 6/10/2022
49.0.1017 80,820 5/16/2022
49.0.1000 52,888 4/21/2022
47.0.1418 250,861 3/9/2022
47.0.1398 124,491 2/1/2022
47.0.1363 42,482 1/5/2022
47.0.1345 173,230 12/7/2021
47.0.1321 153,143 11/5/2021
47.0.1298 64,440 10/1/2021
47.0.1268 117,710 8/26/2021
47.0.1248 312,780 7/14/2021
47.0.1230 61,493 6/17/2021
47.0.1207 44,823 5/14/2021
47.0.1170 98,739 4/20/2021
47.0.1129 144,507 3/9/2021
47.0.1095 73,759 2/3/2021
47.0.1071 19,081 1/13/2021
47.0.1069 7,430 1/12/2021
47.0.1044 173,457 12/2/2020
47.0.1029 21,692 11/9/2020
47.0.1013 15,148 10/16/2020
47.0.1000 57,057 9/16/2020
45.0.1225 270,543 9/8/2020
45.0.1206 36,374 8/6/2020
45.0.1187 30,193 6/26/2020
45.0.1176 132,809 5/22/2020
45.0.1148 60,679 4/9/2020
45.0.1131 59,279 3/16/2020
45.0.0.1094 32,994 2/10/2020
45.0.0.1084 45,542 1/8/2020
45.0.0.1069 21,863 12/3/2019
45.0.0.1061 18,958 11/6/2019
45.0.0.1060 6,343 10/31/2019
45.0.0.1043 32,852 9/27/2019
45.0.0.1040 4,888 9/20/2019
45.0.0.1019 39,982 8/8/2019
45.0.0.1010 7,601 7/12/2019
45.0.0.1000 51,207 6/4/2019
43.0.0.1140 230,305 1/14/2020
43.0.0.1139 11,390 9/20/2019
43.0.0.1127 31,718 5/8/2019
43.0.0.1115 46,895 4/9/2019
43.0.0.1111 25,564 2/26/2019
43.0.0.1106 65,626 2/5/2019
43.0.0.1095 8,560 1/2/2019
43.0.0.1084 46,336 11/8/2018
43.0.0.1076 26,923 9/25/2018
43.0.0.1066 11,378 8/23/2018
43.0.0.1049 23,676 7/16/2018
43.0.0.1036 39,504 6/8/2018
43.0.0.1020 38,611 5/4/2018
43.0.0.1005 18,703 4/4/2018
43.0.0.1000 14,022 3/27/2018
41.3.30.1183 94,451 7/2/2019
41.3.30.1181 13,759 5/6/2019
41.3.30.1179 46,088 2/4/2019
41.3.30.1177 6,789 11/8/2018
41.3.30.1173 28,423 9/25/2018
41.3.30.1169 10,546 8/23/2018
41.3.30.1168 38,206 7/16/2018
41.3.30.1165 716,706 6/8/2018
41.3.30.1158 5,344 5/4/2018
41.3.30.1154 588,044 4/4/2018
41.3.30.1147 11,921 2/22/2018
41.3.30.1136 18,692 1/11/2018
41.3.30.1132 15,556 12/8/2017
41.3.30.1128 9,798 11/13/2017
41.3.30.1122 11,390 10/11/2017
41.3.30.1111 120,381 9/12/2017
41.3.30.1106 27,914 8/16/2017
41.3.30.1101 1,417,778 7/7/2017
41.3.30.1091 11,948 6/2/2017
41.3.30.1070 42,895 3/21/2017
41.3.30.1059 14,651 2/17/2017
41.3.30.1047 7,481 1/21/2017
41.3.30.1038 6,743 12/23/2016
41.3.30.1033 5,377 12/9/2016
41.3.30.1032 3,347 12/6/2016
41.3.30.1018 16,651 11/8/2016
41.3.30.1000 7,523 9/27/2016
39.3.30.1215 131,355 3/26/2018
39.3.30.1214 25,390 12/8/2017
39.3.30.1213 5,706 11/13/2017
39.3.30.1212 5,834 8/16/2017
39.3.30.1211 13,530 6/2/2017
39.3.30.1207 6,416 2/17/2017
39.3.30.1205 6,578 1/20/2017
39.3.30.1202 11,273 11/7/2016
39.3.30.1198 7,397 9/26/2016
39.3.30.1189 130,328 8/18/2016
39.3.30.1171 35,003 6/14/2016
39.3.30.1163 11,479 5/11/2016
39.3.30.1153 14,458 4/4/2016
39.3.30.1140 18,090 2/25/2016
39.3.30.1132 5,697 2/15/2016
39.3.30.1130 27,756 2/1/2016
39.3.30.1129 4,301 1/19/2016
39.3.30.1128 3,359 1/17/2016
39.3.30.1125 7,574 12/10/2015
39.3.30.1119 8,988 11/25/2015
39.3.30.1106 30,401 10/6/2015
39.3.30.1095 18,987 9/1/2015
39.3.30.1077 25,019 7/3/2015
39.3.30.1063 22,243 5/28/2015
39.3.30.1048 7,525 4/21/2015
39.3.30.1037 24,485 3/17/2015
39.3.30.1024 5,449 2/17/2015
39.3.30.1007 6,472 1/14/2015
39.3.30.1000 11,349 12/24/2014
37.3.30.1189 159,145 9/26/2016
37.3.30.1188 3,327 8/18/2016
37.3.30.1185 12,744 4/4/2016
37.3.30.1183 15,540 2/1/2016
37.3.30.1182 5,434 11/25/2015
37.3.30.1179 3,443 10/6/2015
37.3.30.1176 6,846 3/16/2015
37.3.30.1165 7,244 12/5/2014
37.3.30.1160 17,737 10/14/2014
37.3.30.1128 87,827 6/12/2014
37.3.30.1120 5,982 4/30/2014
37.3.30.1110 11,588 2/13/2014
37.3.30.1099 5,455 11/26/2013
37.3.30.1088 8,912 9/9/2013
37.3.30.1069 6,996 6/13/2013
37.3.30.1030 13,340 3/14/2013
37.3.30.1000 32,769 2/6/2013

Fixed issue with theme color in XLSX reader.
Fixed issue with shared items in pivot cache records.
Added support for PaginatorOptions.UpdatePageBreaks.
Fixed issue with ChartSeries.IsLegendEntryVisible.
Fixed issue with alternate content in XLSX files.
Fixed issue with ActiveX controls in XLSX files.
Fixed issue with lowercase column names in XLSX reader.
Fixed issue with invalid create date in XLS reader.
Fixed issue with full column references in XLSB files.
Added cross-platform support for rendering EMF images.