GemBox.Spreadsheet 49.0.1586

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.1586
                    
NuGet\Install-Package GemBox.Spreadsheet -Version 49.0.1586
                    
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.1586" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GemBox.Spreadsheet" Version="49.0.1586" />
                    
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.1586
                    
#r "nuget: GemBox.Spreadsheet, 49.0.1586"
                    
#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=49.0.1586
                    
Install GemBox.Spreadsheet as a Cake Addin
#tool nuget:?package=GemBox.Spreadsheet&version=49.0.1586
                    
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 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 (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 1,304 4/4/2025
2025.3.112 13,495 3/11/2025
2025.2.109 13,812 2/14/2025
2025.1.104 20,906 1/24/2025
49.0.1895 42,078 12/5/2024
49.0.1858 43,126 11/4/2024
49.0.1839 116,384 10/8/2024
49.0.1822 43,993 9/5/2024
49.0.1799 35,815 8/13/2024
49.0.1767 38,642 7/5/2024
49.0.1737 45,040 6/7/2024
49.0.1697 67,913 5/7/2024
49.0.1655 58,464 4/6/2024
49.0.1623 46,405 3/4/2024
49.0.1612 36,640 2/13/2024
49.0.1586 48,881 1/15/2024
49.0.1562 356,606 12/8/2023
49.0.1542 77,817 11/16/2023
49.0.1509 232,271 10/21/2023
49.0.1454 226,526 9/5/2023
49.0.1423 42,643 8/4/2023
49.0.1398 134,406 7/7/2023
49.0.1379 74,542 6/12/2023
49.0.1335 134,467 5/10/2023
49.0.1301 42,414 4/5/2023
49.0.1274 71,424 3/10/2023
49.0.1244 149,003 2/3/2023
49.0.1225 88,613 1/3/2023
49.0.1202 221,718 12/14/2022
49.0.1153 62,895 11/9/2022
49.0.1127 152,098 10/12/2022
49.0.1103 55,835 9/6/2022
49.0.1084 117,782 8/12/2022
49.0.1067 51,620 7/21/2022
49.0.1039 51,482 6/10/2022
49.0.1017 77,906 5/16/2022
49.0.1000 50,857 4/21/2022
47.0.1418 207,375 3/9/2022
47.0.1398 116,667 2/1/2022
47.0.1363 38,780 1/5/2022
47.0.1345 158,131 12/7/2021
47.0.1321 137,519 11/5/2021
47.0.1298 57,322 10/1/2021
47.0.1268 102,426 8/26/2021
47.0.1248 303,246 7/14/2021
47.0.1230 58,715 6/17/2021
47.0.1207 42,978 5/14/2021
47.0.1170 74,821 4/20/2021
47.0.1129 134,642 3/9/2021
47.0.1095 72,280 2/3/2021
47.0.1071 18,500 1/13/2021
47.0.1069 6,824 1/12/2021
47.0.1044 154,303 12/2/2020
47.0.1029 20,133 11/9/2020
47.0.1013 14,235 10/16/2020
47.0.1000 53,931 9/16/2020
45.0.1225 238,349 9/8/2020
45.0.1206 35,390 8/6/2020
45.0.1187 28,801 6/26/2020
45.0.1176 128,927 5/22/2020
45.0.1148 58,568 4/9/2020
45.0.1131 57,193 3/16/2020
45.0.0.1094 31,798 2/10/2020
45.0.0.1084 43,486 1/8/2020
45.0.0.1069 21,271 12/3/2019
45.0.0.1061 17,940 11/6/2019
45.0.0.1060 6,029 10/31/2019
45.0.0.1043 32,182 9/27/2019
45.0.0.1040 4,520 9/20/2019
45.0.0.1019 38,816 8/8/2019
45.0.0.1010 7,196 7/12/2019
45.0.0.1000 49,563 6/4/2019
43.0.0.1140 222,527 1/14/2020
43.0.0.1139 10,819 9/20/2019
43.0.0.1127 30,141 5/8/2019
43.0.0.1115 45,331 4/9/2019
43.0.0.1111 24,667 2/26/2019
43.0.0.1106 64,748 2/5/2019
43.0.0.1095 8,117 1/2/2019
43.0.0.1084 44,305 11/8/2018
43.0.0.1076 22,840 9/25/2018
43.0.0.1066 10,642 8/23/2018
43.0.0.1049 20,764 7/16/2018
43.0.0.1036 37,107 6/8/2018
43.0.0.1020 36,853 5/4/2018
43.0.0.1005 17,693 4/4/2018
43.0.0.1000 13,360 3/27/2018
41.3.30.1183 79,499 7/2/2019
41.3.30.1181 12,874 5/6/2019
41.3.30.1179 39,360 2/4/2019
41.3.30.1177 6,242 11/8/2018
41.3.30.1173 27,501 9/25/2018
41.3.30.1169 10,062 8/23/2018
41.3.30.1168 37,128 7/16/2018
41.3.30.1165 667,792 6/8/2018
41.3.30.1158 4,830 5/4/2018
41.3.30.1154 572,497 4/4/2018
41.3.30.1147 11,309 2/22/2018
41.3.30.1136 17,606 1/11/2018
41.3.30.1132 14,180 12/8/2017
41.3.30.1128 9,272 11/13/2017
41.3.30.1122 10,851 10/11/2017
41.3.30.1111 113,624 9/12/2017
41.3.30.1106 27,269 8/16/2017
41.3.30.1101 1,227,819 7/7/2017
41.3.30.1091 10,792 6/2/2017
41.3.30.1070 41,154 3/21/2017
41.3.30.1059 14,198 2/17/2017
41.3.30.1047 6,998 1/21/2017
41.3.30.1038 6,307 12/23/2016
41.3.30.1033 4,918 12/9/2016
41.3.30.1032 2,911 12/6/2016
41.3.30.1018 15,496 11/8/2016
41.3.30.1000 7,041 9/27/2016
39.3.30.1215 123,455 3/26/2018
39.3.30.1214 24,653 12/8/2017
39.3.30.1213 5,241 11/13/2017
39.3.30.1212 5,397 8/16/2017
39.3.30.1211 13,028 6/2/2017
39.3.30.1207 5,943 2/17/2017
39.3.30.1205 5,935 1/20/2017
39.3.30.1202 10,802 11/7/2016
39.3.30.1198 6,951 9/26/2016
39.3.30.1189 124,417 8/18/2016
39.3.30.1171 31,346 6/14/2016
39.3.30.1163 10,833 5/11/2016
39.3.30.1153 13,743 4/4/2016
39.3.30.1140 16,969 2/25/2016
39.3.30.1132 5,140 2/15/2016
39.3.30.1130 25,912 2/1/2016
39.3.30.1129 3,808 1/19/2016
39.3.30.1128 2,879 1/17/2016
39.3.30.1125 6,637 12/10/2015
39.3.30.1119 7,687 11/25/2015
39.3.30.1106 28,246 10/6/2015
39.3.30.1095 15,487 9/1/2015
39.3.30.1077 24,441 7/3/2015
39.3.30.1063 20,527 5/28/2015
39.3.30.1048 6,926 4/21/2015
39.3.30.1037 24,036 3/17/2015
39.3.30.1024 4,993 2/17/2015
39.3.30.1007 5,596 1/14/2015
39.3.30.1000 10,471 12/24/2014
37.3.30.1189 143,381 9/26/2016
37.3.30.1188 2,902 8/18/2016
37.3.30.1185 11,076 4/4/2016
37.3.30.1183 15,106 2/1/2016
37.3.30.1182 4,880 11/25/2015
37.3.30.1179 3,020 10/6/2015
37.3.30.1176 6,343 3/16/2015
37.3.30.1165 6,831 12/5/2014
37.3.30.1160 16,488 10/14/2014
37.3.30.1128 81,391 6/12/2014
37.3.30.1120 5,151 4/30/2014
37.3.30.1110 10,927 2/13/2014
37.3.30.1099 5,016 11/26/2013
37.3.30.1088 8,187 9/9/2013
37.3.30.1069 6,265 6/13/2013
37.3.30.1030 12,158 3/14/2013
37.3.30.1000 31,190 2/6/2013

Fixed issue with column-only shared formulas.
Fixed issue with not escaping sheet names that start with number.
Added support for ANCHORARRAY function.
Fixed issue with filtered series index in combo chart.
Added support for cropped SVG in PDF writer.
Fixed issue with missing space on sheet's footer in PDF writer.
Fixed issue with rendering raster image inside SVG with and without DPI setting.
Added support for chart axis label rotation.