GemBox.Spreadsheet 49.0.1274

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Standard 2.0 .NET Framework 3.5
There is a newer version of this package available.
See the version list below for details.
dotnet add package GemBox.Spreadsheet --version 49.0.1274
NuGet\Install-Package GemBox.Spreadsheet -Version 49.0.1274
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.1274" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GemBox.Spreadsheet --version 49.0.1274
#r "nuget: GemBox.Spreadsheet, 49.0.1274"
#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.
// Install GemBox.Spreadsheet as a Cake Addin
#addin nuget:?package=GemBox.Spreadsheet&version=49.0.1274

// Install GemBox.Spreadsheet as a Cake Tool
#tool nuget:?package=GemBox.Spreadsheet&version=49.0.1274

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.  net7.0-windows7.0 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 was computed.  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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

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

Package Downloads
GemBox.Spreadsheet.WinFormsUtilities The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

GemBox.Bundle The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

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.

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).

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
49.0.1335 4,292 5/10/2023
49.0.1301 8,797 4/5/2023
49.0.1274 35,767 3/10/2023
49.0.1244 23,963 2/3/2023
49.0.1225 22,683 1/3/2023
49.0.1202 45,182 12/14/2022
49.0.1153 22,591 11/9/2022
49.0.1127 46,142 10/12/2022
49.0.1103 22,186 9/6/2022
49.0.1084 57,499 8/12/2022
49.0.1067 21,522 7/21/2022
49.0.1039 34,319 6/10/2022
49.0.1017 36,629 5/16/2022
49.0.1000 31,258 4/21/2022
47.0.1418 72,731 3/9/2022
47.0.1398 61,076 2/1/2022
47.0.1363 16,048 1/5/2022
47.0.1345 86,914 12/7/2021
47.0.1321 73,737 11/5/2021
47.0.1298 28,025 10/1/2021
47.0.1268 45,628 8/26/2021
47.0.1248 189,415 7/14/2021
47.0.1230 36,977 6/17/2021
47.0.1207 30,792 5/14/2021
47.0.1170 16,736 4/20/2021
47.0.1129 80,900 3/9/2021
47.0.1095 50,950 2/3/2021
47.0.1071 12,185 1/13/2021
47.0.1069 2,866 1/12/2021
47.0.1044 76,232 12/2/2020
47.0.1029 14,778 11/9/2020
47.0.1013 11,154 10/16/2020
47.0.1000 37,193 9/16/2020
45.0.1225 94,201 9/8/2020
45.0.1206 27,526 8/6/2020
45.0.1187 23,299 6/26/2020
45.0.1176 99,834 5/22/2020
45.0.1148 49,089 4/9/2020
45.0.1131 44,886 3/16/2020
45.0.0.1094 25,454 2/10/2020
45.0.0.1084 34,448 1/8/2020
45.0.0.1069 18,617 12/3/2019
45.0.0.1061 14,034 11/6/2019
45.0.0.1060 4,787 10/31/2019
45.0.0.1043 27,411 9/27/2019
45.0.0.1040 3,024 9/20/2019
45.0.0.1019 26,097 8/8/2019
45.0.0.1010 5,714 7/12/2019
45.0.0.1000 43,105 6/4/2019
43.0.0.1140 148,016 1/14/2020
43.0.0.1139 9,015 9/20/2019
43.0.0.1127 19,459 5/8/2019
43.0.0.1115 29,652 4/9/2019
43.0.0.1111 21,058 2/26/2019
43.0.0.1106 59,228 2/5/2019
43.0.0.1095 6,531 1/2/2019
43.0.0.1084 34,268 11/8/2018
43.0.0.1076 17,691 9/25/2018
43.0.0.1066 8,214 8/23/2018
43.0.0.1049 14,284 7/16/2018
43.0.0.1036 21,145 6/8/2018
43.0.0.1020 30,644 5/4/2018
43.0.0.1005 13,313 4/4/2018
43.0.0.1000 10,026 3/27/2018
41.3.30.1183 41,969 7/2/2019
41.3.30.1181 7,075 5/6/2019
41.3.30.1179 18,476 2/4/2019
41.3.30.1177 3,293 11/8/2018
41.3.30.1173 12,339 9/25/2018
41.3.30.1169 3,510 8/23/2018
41.3.30.1168 23,120 7/16/2018
41.3.30.1165 363,693 6/8/2018
41.3.30.1158 3,392 5/4/2018
41.3.30.1154 298,735 4/4/2018
41.3.30.1147 9,407 2/22/2018
41.3.30.1136 13,026 1/11/2018
41.3.30.1132 9,114 12/8/2017
41.3.30.1128 6,957 11/13/2017
41.3.30.1122 7,813 10/11/2017
41.3.30.1111 77,293 9/12/2017
41.3.30.1106 24,631 8/16/2017
41.3.30.1101 550,025 7/7/2017
41.3.30.1091 5,878 6/2/2017
41.3.30.1070 30,386 3/21/2017
41.3.30.1059 12,639 2/17/2017
41.3.30.1047 5,192 1/21/2017
41.3.30.1038 4,947 12/23/2016
41.3.30.1033 3,436 12/9/2016
41.3.30.1032 1,553 12/6/2016
41.3.30.1018 12,367 11/8/2016
41.3.30.1000 5,493 9/27/2016
39.3.30.1215 83,359 3/26/2018
39.3.30.1214 21,920 12/8/2017
39.3.30.1213 3,572 11/13/2017
39.3.30.1212 3,974 8/16/2017
39.3.30.1211 11,419 6/2/2017
39.3.30.1207 4,349 2/17/2017
39.3.30.1205 3,861 1/20/2017
39.3.30.1202 9,368 11/7/2016
39.3.30.1198 5,491 9/26/2016
39.3.30.1189 95,390 8/18/2016
39.3.30.1171 20,785 6/14/2016
39.3.30.1163 9,400 5/11/2016
39.3.30.1153 11,520 4/4/2016
39.3.30.1140 12,516 2/25/2016
39.3.30.1132 2,667 2/15/2016
39.3.30.1130 17,287 2/1/2016
39.3.30.1129 2,490 1/19/2016
39.3.30.1128 1,492 1/17/2016
39.3.30.1125 4,940 12/10/2015
39.3.30.1119 3,485 11/25/2015
39.3.30.1106 21,257 10/6/2015
39.3.30.1095 9,967 9/1/2015
39.3.30.1077 17,265 7/3/2015
39.3.30.1063 9,288 5/28/2015
39.3.30.1048 4,904 4/21/2015
39.3.30.1037 20,731 3/17/2015
39.3.30.1024 3,626 2/17/2015
39.3.30.1007 3,990 1/14/2015
39.3.30.1000 6,941 12/24/2014
37.3.30.1189 95,916 9/26/2016
37.3.30.1188 1,637 8/18/2016
37.3.30.1185 5,866 4/4/2016
37.3.30.1183 13,676 2/1/2016
37.3.30.1182 3,099 11/25/2015
37.3.30.1179 1,700 10/6/2015
37.3.30.1176 3,924 3/16/2015
37.3.30.1165 5,471 12/5/2014
37.3.30.1160 11,857 10/14/2014
37.3.30.1128 55,658 6/12/2014
37.3.30.1120 3,619 4/30/2014
37.3.30.1110 8,310 2/13/2014
37.3.30.1099 3,674 11/26/2013
37.3.30.1088 4,560 9/9/2013
37.3.30.1069 4,198 6/13/2013
37.3.30.1030 7,675 3/14/2013
37.3.30.1000 15,120 2/6/2013

- Fixed issue with table cell breaking into lines in HTML writer.
- Fixed issue with private memory fonts in Medium Trust.
- Added support for CellRange.FindAllText methods.
- Added support for column groups in HTML reader.
- Fixed issue with defined names in calculation engine.
- Fixed issue with font resolution on Blazor WASM in PDF writer.
- Fixed issue with renaming sheets in XLS file.
- Fixed issue with unrecognized error value in cell without formula.
- Fixed issue with ADDRESS function calculation.
- Fixed issue with setting total row on existing table.