GemBox.Spreadsheet 49.0.1335

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
dotnet add package GemBox.Spreadsheet --version 49.0.1335
NuGet\Install-Package GemBox.Spreadsheet -Version 49.0.1335
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.1335" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GemBox.Spreadsheet --version 49.0.1335
#r "nuget: GemBox.Spreadsheet, 49.0.1335"
#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.1335

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

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 2,839 5/10/2023
49.0.1301 8,137 4/5/2023
49.0.1274 33,177 3/10/2023
49.0.1244 22,970 2/3/2023
49.0.1225 21,803 1/3/2023
49.0.1202 43,631 12/14/2022
49.0.1153 22,162 11/9/2022
49.0.1127 44,653 10/12/2022
49.0.1103 21,666 9/6/2022
49.0.1084 57,093 8/12/2022
49.0.1067 20,869 7/21/2022
49.0.1039 34,090 6/10/2022
49.0.1017 35,881 5/16/2022
49.0.1000 30,908 4/21/2022
47.0.1418 71,755 3/9/2022
47.0.1398 60,274 2/1/2022
47.0.1363 15,921 1/5/2022
47.0.1345 85,993 12/7/2021
47.0.1321 73,032 11/5/2021
47.0.1298 27,745 10/1/2021
47.0.1268 45,312 8/26/2021
47.0.1248 184,656 7/14/2021
47.0.1230 36,289 6/17/2021
47.0.1207 30,602 5/14/2021
47.0.1170 16,453 4/20/2021
47.0.1129 80,165 3/9/2021
47.0.1095 50,707 2/3/2021
47.0.1071 12,021 1/13/2021
47.0.1069 2,774 1/12/2021
47.0.1044 75,701 12/2/2020
47.0.1029 14,687 11/9/2020
47.0.1013 11,096 10/16/2020
47.0.1000 36,852 9/16/2020
45.0.1225 92,893 9/8/2020
45.0.1206 27,326 8/6/2020
45.0.1187 23,215 6/26/2020
45.0.1176 99,177 5/22/2020
45.0.1148 48,861 4/9/2020
45.0.1131 44,648 3/16/2020
45.0.0.1094 25,349 2/10/2020
45.0.0.1084 34,342 1/8/2020
45.0.0.1069 18,561 12/3/2019
45.0.0.1061 13,999 11/6/2019
45.0.0.1060 4,764 10/31/2019
45.0.0.1043 27,344 9/27/2019
45.0.0.1040 2,971 9/20/2019
45.0.0.1019 26,010 8/8/2019
45.0.0.1010 5,683 7/12/2019
45.0.0.1000 43,025 6/4/2019
43.0.0.1140 146,160 1/14/2020
43.0.0.1139 8,996 9/20/2019
43.0.0.1127 19,315 5/8/2019
43.0.0.1115 29,432 4/9/2019
43.0.0.1111 21,000 2/26/2019
43.0.0.1106 59,214 2/5/2019
43.0.0.1095 6,500 1/2/2019
43.0.0.1084 34,206 11/8/2018
43.0.0.1076 17,672 9/25/2018
43.0.0.1066 8,155 8/23/2018
43.0.0.1049 14,195 7/16/2018
43.0.0.1036 21,024 6/8/2018
43.0.0.1020 30,546 5/4/2018
43.0.0.1005 13,281 4/4/2018
43.0.0.1000 9,982 3/27/2018
41.3.30.1183 41,620 7/2/2019
41.3.30.1181 6,975 5/6/2019
41.3.30.1179 18,314 2/4/2019
41.3.30.1177 3,264 11/8/2018
41.3.30.1173 12,106 9/25/2018
41.3.30.1169 3,460 8/23/2018
41.3.30.1168 22,913 7/16/2018
41.3.30.1165 360,210 6/8/2018
41.3.30.1158 3,370 5/4/2018
41.3.30.1154 295,879 4/4/2018
41.3.30.1147 9,353 2/22/2018
41.3.30.1136 12,906 1/11/2018
41.3.30.1132 9,037 12/8/2017
41.3.30.1128 6,908 11/13/2017
41.3.30.1122 7,763 10/11/2017
41.3.30.1111 76,951 9/12/2017
41.3.30.1106 24,589 8/16/2017
41.3.30.1101 545,500 7/7/2017
41.3.30.1091 5,829 6/2/2017
41.3.30.1070 30,209 3/21/2017
41.3.30.1059 12,595 2/17/2017
41.3.30.1047 5,130 1/21/2017
41.3.30.1038 4,874 12/23/2016
41.3.30.1033 3,410 12/9/2016
41.3.30.1032 1,534 12/6/2016
41.3.30.1018 12,330 11/8/2016
41.3.30.1000 5,468 9/27/2016
39.3.30.1215 82,969 3/26/2018
39.3.30.1214 21,878 12/8/2017
39.3.30.1213 3,544 11/13/2017
39.3.30.1212 3,955 8/16/2017
39.3.30.1211 11,401 6/2/2017
39.3.30.1207 4,311 2/17/2017
39.3.30.1205 3,789 1/20/2017
39.3.30.1202 9,315 11/7/2016
39.3.30.1198 5,478 9/26/2016
39.3.30.1189 93,539 8/18/2016
39.3.30.1171 20,690 6/14/2016
39.3.30.1163 9,363 5/11/2016
39.3.30.1153 11,483 4/4/2016
39.3.30.1140 12,468 2/25/2016
39.3.30.1132 2,640 2/15/2016
39.3.30.1130 17,189 2/1/2016
39.3.30.1129 2,460 1/19/2016
39.3.30.1128 1,450 1/17/2016
39.3.30.1125 4,898 12/10/2015
39.3.30.1119 3,446 11/25/2015
39.3.30.1106 21,217 10/6/2015
39.3.30.1095 9,920 9/1/2015
39.3.30.1077 17,186 7/3/2015
39.3.30.1063 9,166 5/28/2015
39.3.30.1048 4,888 4/21/2015
39.3.30.1037 20,383 3/17/2015
39.3.30.1024 3,606 2/17/2015
39.3.30.1007 3,979 1/14/2015
39.3.30.1000 6,863 12/24/2014
37.3.30.1189 95,549 9/26/2016
37.3.30.1188 1,618 8/18/2016
37.3.30.1185 5,800 4/4/2016
37.3.30.1183 13,639 2/1/2016
37.3.30.1182 3,062 11/25/2015
37.3.30.1179 1,669 10/6/2015
37.3.30.1176 3,874 3/16/2015
37.3.30.1165 5,413 12/5/2014
37.3.30.1160 11,776 10/14/2014
37.3.30.1128 55,433 6/12/2014
37.3.30.1120 3,586 4/30/2014
37.3.30.1110 8,273 2/13/2014
37.3.30.1099 3,608 11/26/2013
37.3.30.1088 4,497 9/9/2013
37.3.30.1069 4,168 6/13/2013
37.3.30.1030 7,598 3/14/2013
37.3.30.1000 15,062 2/6/2013

Fixed issue with INDEX function.
Added support for ConditionalFormatRuleCollection.Clear method.
Fixed issue with whitespace on line ending in PDF writer.
Fixed issue with default shape style.
Fixed issue with VBA macros in XLSM writer.
Fixed issue with cloning chart's data labels.
Fixed issue with SUBSTITUTE function calculation.
Fixed issue with NUMBERVALUE function calculation.
Fixed issue with invalid records in XLSB reader.
Fixed issue with unresolved defined name in the formula.
Added support for ExcelCell.FormulaRange property.
Added support for shared formulas in XLSB reader.