GemBox.Spreadsheet 2025.4.107

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

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.4.107 25,845 4/4/2025
2025.3.112 18,585 3/11/2025
2025.2.109 15,558 2/14/2025
2025.1.104 24,098 1/24/2025
49.0.1895 44,429 12/5/2024
49.0.1858 47,032 11/4/2024
49.0.1839 125,935 10/8/2024
49.0.1822 45,331 9/5/2024
49.0.1799 37,259 8/13/2024
49.0.1767 39,968 7/5/2024
49.0.1737 46,617 6/7/2024
49.0.1697 69,186 5/7/2024
49.0.1655 59,395 4/6/2024
49.0.1623 47,590 3/4/2024
49.0.1612 37,617 2/13/2024
49.0.1586 49,636 1/15/2024
49.0.1562 357,702 12/8/2023
49.0.1542 79,807 11/16/2023
49.0.1509 240,098 10/21/2023
49.0.1454 231,534 9/5/2023
49.0.1423 43,437 8/4/2023
49.0.1398 136,470 7/7/2023
49.0.1379 76,185 6/12/2023
49.0.1335 135,515 5/10/2023
49.0.1301 43,175 4/5/2023
49.0.1274 71,815 3/10/2023
49.0.1244 153,944 2/3/2023
49.0.1225 89,456 1/3/2023
49.0.1202 222,919 12/14/2022
49.0.1153 63,986 11/9/2022
49.0.1127 154,167 10/12/2022
49.0.1103 56,631 9/6/2022
49.0.1084 119,280 8/12/2022
49.0.1067 52,082 7/21/2022
49.0.1039 52,022 6/10/2022
49.0.1017 78,332 5/16/2022
49.0.1000 51,134 4/21/2022
47.0.1418 211,694 3/9/2022
47.0.1398 117,506 2/1/2022
47.0.1363 39,161 1/5/2022
47.0.1345 159,461 12/7/2021
47.0.1321 139,118 11/5/2021
47.0.1298 58,134 10/1/2021
47.0.1268 104,081 8/26/2021
47.0.1248 304,543 7/14/2021
47.0.1230 58,878 6/17/2021
47.0.1207 43,227 5/14/2021
47.0.1170 76,884 4/20/2021
47.0.1129 135,521 3/9/2021
47.0.1095 72,509 2/3/2021
47.0.1071 18,563 1/13/2021
47.0.1069 6,930 1/12/2021
47.0.1044 156,933 12/2/2020
47.0.1029 20,251 11/9/2020
47.0.1013 14,291 10/16/2020
47.0.1000 54,386 9/16/2020
45.0.1225 242,384 9/8/2020
45.0.1206 35,555 8/6/2020
45.0.1187 28,952 6/26/2020
45.0.1176 129,525 5/22/2020
45.0.1148 58,789 4/9/2020
45.0.1131 57,449 3/16/2020
45.0.0.1094 31,918 2/10/2020
45.0.0.1084 43,619 1/8/2020
45.0.0.1069 21,316 12/3/2019
45.0.0.1061 17,997 11/6/2019
45.0.0.1060 6,033 10/31/2019
45.0.0.1043 32,215 9/27/2019
45.0.0.1040 4,528 9/20/2019
45.0.0.1019 39,117 8/8/2019
45.0.0.1010 7,206 7/12/2019
45.0.0.1000 49,717 6/4/2019
43.0.0.1140 223,261 1/14/2020
43.0.0.1139 10,846 9/20/2019
43.0.0.1127 30,235 5/8/2019
43.0.0.1115 45,511 4/9/2019
43.0.0.1111 24,708 2/26/2019
43.0.0.1106 64,780 2/5/2019
43.0.0.1095 8,131 1/2/2019
43.0.0.1084 44,507 11/8/2018
43.0.0.1076 23,335 9/25/2018
43.0.0.1066 10,675 8/23/2018
43.0.0.1049 20,913 7/16/2018
43.0.0.1036 37,377 6/8/2018
43.0.0.1020 36,968 5/4/2018
43.0.0.1005 17,748 4/4/2018
43.0.0.1000 13,394 3/27/2018
41.3.30.1183 81,327 7/2/2019
41.3.30.1181 12,930 5/6/2019
41.3.30.1179 40,166 2/4/2019
41.3.30.1177 6,284 11/8/2018
41.3.30.1173 27,677 9/25/2018
41.3.30.1169 10,078 8/23/2018
41.3.30.1168 37,467 7/16/2018
41.3.30.1165 675,703 6/8/2018
41.3.30.1158 4,843 5/4/2018
41.3.30.1154 578,032 4/4/2018
41.3.30.1147 11,331 2/22/2018
41.3.30.1136 17,695 1/11/2018
41.3.30.1132 14,298 12/8/2017
41.3.30.1128 9,283 11/13/2017
41.3.30.1122 10,865 10/11/2017
41.3.30.1111 114,259 9/12/2017
41.3.30.1106 27,311 8/16/2017
41.3.30.1101 1,253,865 7/7/2017
41.3.30.1091 10,888 6/2/2017
41.3.30.1070 41,378 3/21/2017
41.3.30.1059 14,209 2/17/2017
41.3.30.1047 7,025 1/21/2017
41.3.30.1038 6,318 12/23/2016
41.3.30.1033 4,928 12/9/2016
41.3.30.1032 2,920 12/6/2016
41.3.30.1018 15,744 11/8/2016
41.3.30.1000 7,054 9/27/2016
39.3.30.1215 124,309 3/26/2018
39.3.30.1214 24,700 12/8/2017
39.3.30.1213 5,264 11/13/2017
39.3.30.1212 5,411 8/16/2017
39.3.30.1211 13,055 6/2/2017
39.3.30.1207 5,967 2/17/2017
39.3.30.1205 5,953 1/20/2017
39.3.30.1202 10,816 11/7/2016
39.3.30.1198 6,960 9/26/2016
39.3.30.1189 124,905 8/18/2016
39.3.30.1171 31,584 6/14/2016
39.3.30.1163 10,877 5/11/2016
39.3.30.1153 13,773 4/4/2016
39.3.30.1140 17,067 2/25/2016
39.3.30.1132 5,153 2/15/2016
39.3.30.1130 26,066 2/1/2016
39.3.30.1129 3,823 1/19/2016
39.3.30.1128 2,890 1/17/2016
39.3.30.1125 6,681 12/10/2015
39.3.30.1119 7,809 11/25/2015
39.3.30.1106 28,562 10/6/2015
39.3.30.1095 15,777 9/1/2015
39.3.30.1077 24,474 7/3/2015
39.3.30.1063 20,737 5/28/2015
39.3.30.1048 6,965 4/21/2015
39.3.30.1037 24,045 3/17/2015
39.3.30.1024 5,004 2/17/2015
39.3.30.1007 5,816 1/14/2015
39.3.30.1000 10,524 12/24/2014
37.3.30.1189 144,614 9/26/2016
37.3.30.1188 2,911 8/18/2016
37.3.30.1185 11,206 4/4/2016
37.3.30.1183 15,115 2/1/2016
37.3.30.1182 4,944 11/25/2015
37.3.30.1179 3,029 10/6/2015
37.3.30.1176 6,352 3/16/2015
37.3.30.1165 6,840 12/5/2014
37.3.30.1160 16,582 10/14/2014
37.3.30.1128 82,015 6/12/2014
37.3.30.1120 5,221 4/30/2014
37.3.30.1110 11,018 2/13/2014
37.3.30.1099 5,026 11/26/2013
37.3.30.1088 8,219 9/9/2013
37.3.30.1069 6,282 6/13/2013
37.3.30.1030 12,219 3/14/2013
37.3.30.1000 31,292 2/6/2013

Fixed issue with auto fitting formatted DateTime value.
Fixed issue with emoji characters in TableColumn.Name.
Added support for PaperType.Tabloid.
Added support for removing 'XMP Toolkit' information in PDF writer.
Fixed issue with AND evaluation if cell is empty.
Added support for CHOOSECOLS and CHOOSEROWS functions.
Fixed issue with default date and time formats in XLS files.
Fixed issue with Excel showing all 255 columns in XLS files.
Fixed issue with color palette in XLS files.
Added support for WorkbookLinkCollection.Refresh() method.