GemBox.Spreadsheet 49.0.1454

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

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

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 is compatible.  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.1454 3,704 9/5/2023
49.0.1423 11,345 8/4/2023
49.0.1398 24,746 7/7/2023
49.0.1379 19,129 6/12/2023
49.0.1335 43,034 5/10/2023
49.0.1301 16,595 4/5/2023
49.0.1274 53,806 3/10/2023
49.0.1244 37,971 2/3/2023
49.0.1225 34,621 1/3/2023
49.0.1202 67,537 12/14/2022
49.0.1153 30,892 11/9/2022
49.0.1127 66,777 10/12/2022
49.0.1103 29,622 9/6/2022
49.0.1084 62,020 8/12/2022
49.0.1067 31,374 7/21/2022
49.0.1039 37,045 6/10/2022
49.0.1017 50,740 5/16/2022
49.0.1000 38,800 4/21/2022
47.0.1418 90,390 3/9/2022
47.0.1398 77,827 2/1/2022
47.0.1363 19,039 1/5/2022
47.0.1345 99,441 12/7/2021
47.0.1321 86,588 11/5/2021
47.0.1298 32,527 10/1/2021
47.0.1268 51,920 8/26/2021
47.0.1248 235,807 7/14/2021
47.0.1230 42,649 6/17/2021
47.0.1207 33,757 5/14/2021
47.0.1170 24,538 4/20/2021
47.0.1129 92,309 3/9/2021
47.0.1095 54,999 2/3/2021
47.0.1071 13,520 1/13/2021
47.0.1069 3,772 1/12/2021
47.0.1044 85,442 12/2/2020
47.0.1029 15,684 11/9/2020
47.0.1013 11,661 10/16/2020
47.0.1000 39,721 9/16/2020
45.0.1225 118,228 9/8/2020
45.0.1206 30,286 8/6/2020
45.0.1187 24,192 6/26/2020
45.0.1176 110,821 5/22/2020
45.0.1148 50,618 4/9/2020
45.0.1131 47,281 3/16/2020
45.0.0.1094 26,588 2/10/2020
45.0.0.1084 36,240 1/8/2020
45.0.0.1069 19,108 12/3/2019
45.0.0.1061 14,868 11/6/2019
45.0.0.1060 4,986 10/31/2019
45.0.0.1043 28,344 9/27/2019
45.0.0.1040 3,309 9/20/2019
45.0.0.1019 27,887 8/8/2019
45.0.0.1010 5,987 7/12/2019
45.0.0.1000 44,256 6/4/2019
43.0.0.1140 165,662 1/14/2020
43.0.0.1139 9,275 9/20/2019
43.0.0.1127 20,947 5/8/2019
43.0.0.1115 32,305 4/9/2019
43.0.0.1111 21,620 2/26/2019
43.0.0.1106 59,991 2/5/2019
43.0.0.1095 6,830 1/2/2019
43.0.0.1084 35,503 11/8/2018
43.0.0.1076 18,116 9/25/2018
43.0.0.1066 8,775 8/23/2018
43.0.0.1049 15,293 7/16/2018
43.0.0.1036 24,759 6/8/2018
43.0.0.1020 31,676 5/4/2018
43.0.0.1005 13,691 4/4/2018
43.0.0.1000 10,796 3/27/2018
41.3.30.1183 46,958 7/2/2019
41.3.30.1181 8,409 5/6/2019
41.3.30.1179 21,195 2/4/2019
41.3.30.1177 3,678 11/8/2018
41.3.30.1173 15,583 9/25/2018
41.3.30.1169 4,420 8/23/2018
41.3.30.1168 25,463 7/16/2018
41.3.30.1165 409,443 6/8/2018
41.3.30.1158 3,639 5/4/2018
41.3.30.1154 332,880 4/4/2018
41.3.30.1147 9,837 2/22/2018
41.3.30.1136 13,912 1/11/2018
41.3.30.1132 9,737 12/8/2017
41.3.30.1128 7,221 11/13/2017
41.3.30.1122 8,201 10/11/2017
41.3.30.1111 83,458 9/12/2017
41.3.30.1106 25,191 8/16/2017
41.3.30.1101 618,833 7/7/2017
41.3.30.1091 6,598 6/2/2017
41.3.30.1070 32,685 3/21/2017
41.3.30.1059 12,924 2/17/2017
41.3.30.1047 5,783 1/21/2017
41.3.30.1038 5,179 12/23/2016
41.3.30.1033 3,733 12/9/2016
41.3.30.1032 1,796 12/6/2016
41.3.30.1018 12,629 11/8/2016
41.3.30.1000 5,843 9/27/2016
39.3.30.1215 91,430 3/26/2018
39.3.30.1214 22,330 12/8/2017
39.3.30.1213 3,863 11/13/2017
39.3.30.1212 4,205 8/16/2017
39.3.30.1211 11,698 6/2/2017
39.3.30.1207 4,649 2/17/2017
39.3.30.1205 4,172 1/20/2017
39.3.30.1202 9,587 11/7/2016
39.3.30.1198 5,721 9/26/2016
39.3.30.1189 106,049 8/18/2016
39.3.30.1171 22,007 6/14/2016
39.3.30.1163 9,630 5/11/2016
39.3.30.1153 11,901 4/4/2016
39.3.30.1140 13,229 2/25/2016
39.3.30.1132 3,042 2/15/2016
39.3.30.1130 19,006 2/1/2016
39.3.30.1129 2,693 1/19/2016
39.3.30.1128 1,720 1/17/2016
39.3.30.1125 5,189 12/10/2015
39.3.30.1119 3,773 11/25/2015
39.3.30.1106 22,145 10/6/2015
39.3.30.1095 10,574 9/1/2015
39.3.30.1077 18,711 7/3/2015
39.3.30.1063 11,378 5/28/2015
39.3.30.1048 5,237 4/21/2015
39.3.30.1037 22,887 3/17/2015
39.3.30.1024 3,884 2/17/2015
39.3.30.1007 4,200 1/14/2015
39.3.30.1000 7,334 12/24/2014
37.3.30.1189 102,236 9/26/2016
37.3.30.1188 1,823 8/18/2016
37.3.30.1185 6,565 4/4/2016
37.3.30.1183 13,948 2/1/2016
37.3.30.1182 3,425 11/25/2015
37.3.30.1179 1,892 10/6/2015
37.3.30.1176 4,184 3/16/2015
37.3.30.1165 5,678 12/5/2014
37.3.30.1160 12,992 10/14/2014
37.3.30.1128 58,814 6/12/2014
37.3.30.1120 3,868 4/30/2014
37.3.30.1110 9,569 2/13/2014
37.3.30.1099 3,892 11/26/2013
37.3.30.1088 5,426 9/9/2013
37.3.30.1069 4,533 6/13/2013
37.3.30.1030 8,746 3/14/2013
37.3.30.1000 16,953 2/6/2013

Fixed issue with empty chart data label styles in XLSX writer.
Fixed issue with matching typeface on MAUI Android.
Fixed issue with PivotField.RepeatItemLabels being ignored.
Fixed issue with corrupted content in XLSB writer.
Fixed issue with defined names that have external references.
Fixed issue with cell background when text is overflowing in PDF writer.
Fixed issue with links to empty cells in PDF writer.
Fixed issue with formulas having invalid reference after column shift.