GemBox.Spreadsheet 2025.11.106

Prefix Reserved
dotnet add package GemBox.Spreadsheet --version 2025.11.106
                    
NuGet\Install-Package GemBox.Spreadsheet -Version 2025.11.106
                    
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.11.106" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GemBox.Spreadsheet" Version="2025.11.106" />
                    
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.11.106
                    
#r "nuget: GemBox.Spreadsheet, 2025.11.106"
                    
#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.11.106
                    
#: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.11.106
                    
Install as a Cake Addin
#tool nuget:?package=GemBox.Spreadsheet&version=2025.11.106
                    
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 (12)

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.

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.

Zapos.Printers.Gembox

Printer.Gembox - small part of Zapos, responsible for converting report from abstract document model. Supports file formats: XLSX (XlsxPrinter) and PDF (PdfPrinter).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2025.11.106 878 11/5/2025
2025.10.102 9,493 10/2/2025
2025.9.107 16,370 9/4/2025
2025.8.116 18,553 8/14/2025
2025.7.101 62,613 7/2/2025
2025.6.110 13,126 6/14/2025
2025.5.104 87,692 5/7/2025
2025.4.107 101,120 4/4/2025
2025.3.112 51,573 3/11/2025
2025.2.109 29,578 2/14/2025
2025.1.104 44,968 1/24/2025
49.0.1895 71,070 12/5/2024
49.0.1858 272,880 11/4/2024
49.0.1839 156,220 10/8/2024
49.0.1822 57,416 9/5/2024
49.0.1799 52,753 8/13/2024
49.0.1767 51,007 7/5/2024
49.0.1737 61,988 6/7/2024
49.0.1697 81,837 5/7/2024
49.0.1655 65,410 4/6/2024
49.0.1623 56,236 3/4/2024
49.0.1612 53,444 2/13/2024
49.0.1586 56,429 1/15/2024
49.0.1562 659,432 12/8/2023
49.0.1542 107,652 11/16/2023
49.0.1509 414,427 10/21/2023
49.0.1454 280,658 9/5/2023
49.0.1423 49,861 8/4/2023
49.0.1398 157,361 7/7/2023
49.0.1379 87,952 6/12/2023
49.0.1335 142,400 5/10/2023
49.0.1301 51,186 4/5/2023
49.0.1274 76,513 3/10/2023
49.0.1244 204,996 2/3/2023
49.0.1225 99,623 1/3/2023
49.0.1202 277,131 12/14/2022
49.0.1153 74,254 11/9/2022
49.0.1127 194,573 10/12/2022
49.0.1103 66,169 9/6/2022
49.0.1084 138,473 8/12/2022
49.0.1067 57,294 7/21/2022
49.0.1039 58,286 6/10/2022
49.0.1017 82,612 5/16/2022
49.0.1000 54,595 4/21/2022
47.0.1418 262,742 3/9/2022
47.0.1398 127,830 2/1/2022
47.0.1363 44,550 1/5/2022
47.0.1345 178,363 12/7/2021
47.0.1321 159,261 11/5/2021
47.0.1298 68,155 10/1/2021
47.0.1268 121,870 8/26/2021
47.0.1248 316,063 7/14/2021
47.0.1230 63,394 6/17/2021
47.0.1207 46,279 5/14/2021
47.0.1170 107,894 4/20/2021
47.0.1129 148,874 3/9/2021
47.0.1095 75,413 2/3/2021
47.0.1071 20,519 1/13/2021
47.0.1069 8,783 1/12/2021
47.0.1044 177,192 12/2/2020
47.0.1029 23,465 11/9/2020
47.0.1013 16,484 10/16/2020
47.0.1000 59,207 9/16/2020
45.0.1225 275,384 9/8/2020
45.0.1206 37,707 8/6/2020
45.0.1187 31,552 6/26/2020
45.0.1176 135,178 5/22/2020
45.0.1148 62,374 4/9/2020
45.0.1131 61,024 3/16/2020
45.0.0.1094 35,306 2/10/2020
45.0.0.1084 47,080 1/8/2020
45.0.0.1069 23,045 12/3/2019
45.0.0.1061 20,236 11/6/2019
45.0.0.1060 7,506 10/31/2019
45.0.0.1043 34,149 9/27/2019
45.0.0.1040 6,038 9/20/2019
45.0.0.1019 41,357 8/8/2019
45.0.0.1010 8,769 7/12/2019
45.0.0.1000 52,619 6/4/2019
43.0.0.1140 233,589 1/14/2020
43.0.0.1139 12,583 9/20/2019
43.0.0.1127 33,272 5/8/2019
43.0.0.1115 48,123 4/9/2019
43.0.0.1111 26,810 2/26/2019
43.0.0.1106 67,059 2/5/2019
43.0.0.1095 9,735 1/2/2019
43.0.0.1084 47,979 11/8/2018
43.0.0.1076 28,665 9/25/2018
43.0.0.1066 12,587 8/23/2018
43.0.0.1049 25,662 7/16/2018
43.0.0.1036 41,683 6/8/2018
43.0.0.1020 40,279 5/4/2018
43.0.0.1005 19,979 4/4/2018
43.0.0.1000 15,258 3/27/2018
41.3.30.1183 100,423 7/2/2019
41.3.30.1181 15,217 5/6/2019
41.3.30.1179 48,542 2/4/2019
41.3.30.1177 8,013 11/8/2018
41.3.30.1173 29,841 9/25/2018
41.3.30.1169 11,894 8/23/2018
41.3.30.1168 39,431 7/16/2018
41.3.30.1165 725,171 6/8/2018
41.3.30.1158 6,554 5/4/2018
41.3.30.1154 589,500 4/4/2018
41.3.30.1147 13,134 2/22/2018
41.3.30.1136 19,969 1/11/2018
41.3.30.1132 17,008 12/8/2017
41.3.30.1128 10,990 11/13/2017
41.3.30.1122 12,598 10/11/2017
41.3.30.1111 123,797 9/12/2017
41.3.30.1106 29,160 8/16/2017
41.3.30.1101 1,420,926 7/7/2017
41.3.30.1091 13,249 6/2/2017
41.3.30.1070 44,367 3/21/2017
41.3.30.1059 15,824 2/17/2017
41.3.30.1047 8,667 1/21/2017
41.3.30.1038 7,930 12/23/2016
41.3.30.1033 6,570 12/9/2016
41.3.30.1032 4,532 12/6/2016
41.3.30.1018 17,849 11/8/2016
41.3.30.1000 8,713 9/27/2016
39.3.30.1215 135,031 3/26/2018
39.3.30.1214 26,604 12/8/2017
39.3.30.1213 6,900 11/13/2017
39.3.30.1212 7,017 8/16/2017
39.3.30.1211 14,718 6/2/2017
39.3.30.1207 7,607 2/17/2017
39.3.30.1205 7,872 1/20/2017
39.3.30.1202 12,461 11/7/2016
39.3.30.1198 8,591 9/26/2016
39.3.30.1189 132,662 8/18/2016
39.3.30.1171 37,289 6/14/2016
39.3.30.1163 12,823 5/11/2016
39.3.30.1153 15,670 4/4/2016
39.3.30.1140 19,470 2/25/2016
39.3.30.1132 6,893 2/15/2016
39.3.30.1130 29,322 2/1/2016
39.3.30.1129 5,506 1/19/2016
39.3.30.1128 4,576 1/17/2016
39.3.30.1125 8,825 12/10/2015
39.3.30.1119 10,281 11/25/2015
39.3.30.1106 31,817 10/6/2015
39.3.30.1095 20,213 9/1/2015
39.3.30.1077 26,277 7/3/2015
39.3.30.1063 23,464 5/28/2015
39.3.30.1048 8,759 4/21/2015
39.3.30.1037 25,690 3/17/2015
39.3.30.1024 6,642 2/17/2015
39.3.30.1007 7,668 1/14/2015
39.3.30.1000 12,640 12/24/2014
37.3.30.1189 164,456 9/26/2016
37.3.30.1188 4,528 8/18/2016
37.3.30.1185 14,262 4/4/2016
37.3.30.1183 16,728 2/1/2016
37.3.30.1182 6,635 11/25/2015
37.3.30.1179 4,638 10/6/2015
37.3.30.1176 8,049 3/16/2015
37.3.30.1165 8,432 12/5/2014
37.3.30.1160 19,027 10/14/2014
37.3.30.1128 91,372 6/12/2014
37.3.30.1120 7,259 4/30/2014
37.3.30.1110 12,892 2/13/2014
37.3.30.1099 6,651 11/26/2013
37.3.30.1088 10,149 9/9/2013
37.3.30.1069 8,207 6/13/2013
37.3.30.1030 14,738 3/14/2013
37.3.30.1000 34,207 2/6/2013

Fixed issue with combo chart that has only single series type in PDF writer.
Added support for array formulas in XLS files.
Fixed issue with unavailable metadata on streaming mode in XLSX reader.
Added support for XlsxLoadOptions.CellCountLimit.
Fixed issue with allocating all cells in the merged range.
Fixed issue with lost precision when rendering chart Y axis.
Fixed issue with cloning sheet with chart in XLSX files.
Fixed issue with updating chart cache.
Fixed issue with chart data points from empty string values.
Added support for QUARTILE, QUARTILE.INC, QUARTILE.EXC, and AGGREGATE functions.
Added support for PERCENTILE, PERCENTILE.INC, and PERCENTILE.EXC, functions.
Added support for MODE.SNGL, MODE.MULT, STDEV.S, STDEV.P, VAR.S, and VAR.P, functions.
Fixed issue with chart legend that have custom layout in PDF writer.
Fixed issue with default row height in XLS reader.