GemBox.Spreadsheet 49.0.1655

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package GemBox.Spreadsheet --version 49.0.1655
                    
NuGet\Install-Package GemBox.Spreadsheet -Version 49.0.1655
                    
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="49.0.1655" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GemBox.Spreadsheet" Version="49.0.1655" />
                    
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 49.0.1655
                    
#r "nuget: GemBox.Spreadsheet, 49.0.1655"
                    
#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@49.0.1655
                    
#: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=49.0.1655
                    
Install as a Cake Addin
#tool nuget:?package=GemBox.Spreadsheet&version=49.0.1655
                    
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 net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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
2026.2.100 1,267 2/2/2026
2026.1.100 19,800 1/2/2026
2025.12.105 12,949 12/5/2025
2025.11.106 20,368 11/5/2025
2025.10.102 24,357 10/2/2025
2025.9.107 35,656 9/4/2025
2025.8.116 39,833 8/14/2025
2025.7.101 102,743 7/2/2025
2025.6.110 23,678 6/14/2025
2025.5.104 130,396 5/7/2025
2025.4.107 117,291 4/4/2025
2025.3.112 64,580 3/11/2025
2025.2.109 40,450 2/14/2025
2025.1.104 59,769 1/24/2025
49.0.1895 89,674 12/5/2024
49.0.1858 417,383 11/4/2024
49.0.1839 169,964 10/8/2024
49.0.1822 69,163 9/5/2024
49.0.1799 67,148 8/13/2024
49.0.1767 61,321 7/5/2024
49.0.1737 71,769 6/7/2024
49.0.1697 92,888 5/7/2024
49.0.1655 73,668 4/6/2024
49.0.1623 65,656 3/4/2024
49.0.1612 65,512 2/13/2024
49.0.1586 63,580 1/15/2024
49.0.1562 807,556 12/8/2023
49.0.1542 128,119 11/16/2023
49.0.1509 494,252 10/21/2023
49.0.1454 305,580 9/5/2023
49.0.1423 57,949 8/4/2023
49.0.1398 167,505 7/7/2023
49.0.1379 99,730 6/12/2023
49.0.1335 151,802 5/10/2023
49.0.1301 60,222 4/5/2023
49.0.1274 84,297 3/10/2023
49.0.1244 235,005 2/3/2023
49.0.1225 109,492 1/3/2023
49.0.1202 291,363 12/14/2022
49.0.1153 84,244 11/9/2022
49.0.1127 218,731 10/12/2022
49.0.1103 76,815 9/6/2022
49.0.1084 151,381 8/12/2022
49.0.1067 65,003 7/21/2022
49.0.1039 65,972 6/10/2022
49.0.1017 90,130 5/16/2022
49.0.1000 62,140 4/21/2022
47.0.1418 290,062 3/9/2022
47.0.1398 137,692 2/1/2022
47.0.1363 52,068 1/5/2022
47.0.1345 190,525 12/7/2021
47.0.1321 176,279 11/5/2021
47.0.1298 77,260 10/1/2021
47.0.1268 133,961 8/26/2021
47.0.1248 329,893 7/14/2021
47.0.1230 70,444 6/17/2021
47.0.1207 53,099 5/14/2021
47.0.1170 129,013 4/20/2021
47.0.1129 160,815 3/9/2021
47.0.1095 83,110 2/3/2021
47.0.1071 26,773 1/13/2021
47.0.1069 15,083 1/12/2021
47.0.1044 187,668 12/2/2020
47.0.1029 30,358 11/9/2020
47.0.1013 22,839 10/16/2020
47.0.1000 65,970 9/16/2020
45.0.1225 286,374 9/8/2020
45.0.1206 44,347 8/6/2020
45.0.1187 38,113 6/26/2020
45.0.1176 142,538 5/22/2020
45.0.1148 69,835 4/9/2020
45.0.1131 68,357 3/16/2020
45.0.0.1094 41,908 2/10/2020
45.0.0.1084 54,108 1/8/2020
45.0.0.1069 29,381 12/3/2019
45.0.0.1061 26,600 11/6/2019
45.0.0.1060 13,725 10/31/2019
45.0.0.1043 40,611 9/27/2019
45.0.0.1040 12,258 9/20/2019
45.0.0.1019 47,647 8/8/2019
45.0.0.1010 14,997 7/12/2019
45.0.0.1000 59,673 6/4/2019
43.0.0.1140 245,186 1/14/2020
43.0.0.1139 19,197 9/20/2019
43.0.0.1127 40,418 5/8/2019
43.0.0.1115 54,467 4/9/2019
43.0.0.1111 33,283 2/26/2019
43.0.0.1106 74,870 2/5/2019
43.0.0.1095 16,058 1/2/2019
43.0.0.1084 55,366 11/8/2018
43.0.0.1076 37,110 9/25/2018
43.0.0.1066 18,937 8/23/2018
43.0.0.1049 32,919 7/16/2018
43.0.0.1036 51,845 6/8/2018
43.0.0.1020 47,413 5/4/2018
43.0.0.1005 26,460 4/4/2018
43.0.0.1000 21,701 3/27/2018
41.3.30.1183 120,319 7/2/2019
41.3.30.1181 21,653 5/6/2019
41.3.30.1179 56,940 2/4/2019
41.3.30.1177 14,399 11/8/2018
41.3.30.1173 36,307 9/25/2018
41.3.30.1169 18,139 8/23/2018
41.3.30.1168 45,725 7/16/2018
41.3.30.1165 747,877 6/8/2018
41.3.30.1158 12,871 5/4/2018
41.3.30.1154 596,419 4/4/2018
41.3.30.1147 19,454 2/22/2018
41.3.30.1136 26,485 1/11/2018
41.3.30.1132 23,797 12/8/2017
41.3.30.1128 17,282 11/13/2017
41.3.30.1122 18,921 10/11/2017
41.3.30.1111 134,433 9/12/2017
41.3.30.1106 35,507 8/16/2017
41.3.30.1101 1,429,558 7/7/2017
41.3.30.1091 19,641 6/2/2017
41.3.30.1070 51,068 3/21/2017
41.3.30.1059 22,081 2/17/2017
41.3.30.1047 14,937 1/21/2017
41.3.30.1038 14,179 12/23/2016
41.3.30.1033 12,848 12/9/2016
41.3.30.1032 10,794 12/6/2016
41.3.30.1018 24,151 11/8/2016
41.3.30.1000 14,993 9/27/2016
39.3.30.1215 144,671 3/26/2018
39.3.30.1214 32,902 12/8/2017
39.3.30.1213 13,164 11/13/2017
39.3.30.1212 13,267 8/16/2017
39.3.30.1211 20,994 6/2/2017
39.3.30.1207 13,898 2/17/2017
39.3.30.1205 14,467 1/20/2017
39.3.30.1202 18,738 11/7/2016
39.3.30.1198 14,844 9/26/2016
39.3.30.1189 141,418 8/18/2016
39.3.30.1171 45,786 6/14/2016
39.3.30.1163 19,235 5/11/2016
39.3.30.1153 21,964 4/4/2016
39.3.30.1140 26,033 2/25/2016
39.3.30.1132 13,280 2/15/2016
39.3.30.1130 36,264 2/1/2016
39.3.30.1129 11,791 1/19/2016
39.3.30.1128 10,835 1/17/2016
39.3.30.1125 15,349 12/10/2015
39.3.30.1119 16,610 11/25/2015
39.3.30.1106 39,957 10/6/2015
39.3.30.1095 26,542 9/1/2015
39.3.30.1077 32,651 7/3/2015
39.3.30.1063 29,731 5/28/2015
39.3.30.1048 15,094 4/21/2015
39.3.30.1037 31,971 3/17/2015
39.3.30.1024 12,902 2/17/2015
39.3.30.1007 13,920 1/14/2015
39.3.30.1000 19,357 12/24/2014
37.3.30.1189 180,379 9/26/2016
37.3.30.1188 10,772 8/18/2016
37.3.30.1185 21,363 4/4/2016
37.3.30.1183 22,966 2/1/2016
37.3.30.1182 12,887 11/25/2015
37.3.30.1179 10,884 10/6/2015
37.3.30.1176 14,307 3/16/2015
37.3.30.1165 14,670 12/5/2014
37.3.30.1160 25,411 10/14/2014
37.3.30.1128 100,815 6/12/2014
37.3.30.1120 13,681 4/30/2014
37.3.30.1110 19,241 2/13/2014
37.3.30.1099 12,889 11/26/2013
37.3.30.1088 16,653 9/9/2013
37.3.30.1069 14,513 6/13/2013
37.3.30.1030 21,259 3/14/2013
37.3.30.1000 40,908 2/6/2013

Fixed issue with TextBox elements that contain links in XLSX writer.
Fixed issue with calculating AND function with errors.
Fixed issue with updating formulas when sorting.
Fixed issue with calculating ROW, COLUMN, and TEXTJOIN functions.
Fixed issue with encoding of VBA module names in XLSM reader.
Fixed issue with shared formulas that have absolute references in XLSX reader.
Fixed issue with clipping of shape edges in PDF writer.
Fixed issue with preserved volatile dependencies.
Improved performance of readers and writers for XLSX and ODS files.
Added support for custom chart positioning.