GemBox.Spreadsheet 49.0.1895

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

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

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

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
49.0.1895 13,272 12/5/2024
49.0.1858 22,728 11/4/2024
49.0.1839 40,441 10/8/2024
49.0.1822 35,910 9/5/2024
49.0.1799 26,925 8/13/2024
49.0.1767 31,859 7/5/2024
49.0.1737 35,222 6/7/2024
49.0.1697 58,570 5/7/2024
49.0.1655 50,621 4/6/2024
49.0.1623 41,119 3/4/2024
49.0.1612 30,066 2/13/2024
49.0.1586 43,916 1/15/2024
49.0.1562 283,135 12/8/2023
49.0.1542 65,592 11/16/2023
49.0.1509 183,877 10/21/2023
49.0.1454 192,304 9/5/2023
49.0.1423 38,934 8/4/2023
49.0.1398 123,326 7/7/2023
49.0.1379 66,064 6/12/2023
49.0.1335 127,219 5/10/2023
49.0.1301 39,051 4/5/2023
49.0.1274 68,211 3/10/2023
49.0.1244 123,790 2/3/2023
49.0.1225 82,958 1/3/2023
49.0.1202 192,003 12/14/2022
49.0.1153 56,799 11/9/2022
49.0.1127 137,687 10/12/2022
49.0.1103 52,519 9/6/2022
49.0.1084 107,964 8/12/2022
49.0.1067 48,215 7/21/2022
49.0.1039 49,000 6/10/2022
49.0.1017 75,898 5/16/2022
49.0.1000 49,818 4/21/2022
47.0.1418 187,309 3/9/2022
47.0.1398 112,161 2/1/2022
47.0.1363 35,720 1/5/2022
47.0.1345 148,769 12/7/2021
47.0.1321 129,837 11/5/2021
47.0.1298 53,550 10/1/2021
47.0.1268 93,721 8/26/2021
47.0.1248 297,517 7/14/2021
47.0.1230 56,986 6/17/2021
47.0.1207 41,284 5/14/2021
47.0.1170 67,209 4/20/2021
47.0.1129 128,974 3/9/2021
47.0.1095 70,530 2/3/2021
47.0.1071 18,253 1/13/2021
47.0.1069 6,645 1/12/2021
47.0.1044 138,959 12/2/2020
47.0.1029 19,427 11/9/2020
47.0.1013 14,021 10/16/2020
47.0.1000 51,894 9/16/2020
45.0.1225 216,490 9/8/2020
45.0.1206 34,710 8/6/2020
45.0.1187 27,962 6/26/2020
45.0.1176 126,155 5/22/2020
45.0.1148 57,321 4/9/2020
45.0.1131 56,063 3/16/2020
45.0.0.1094 31,036 2/10/2020
45.0.0.1084 42,524 1/8/2020
45.0.0.1069 20,974 12/3/2019
45.0.0.1061 17,611 11/6/2019
45.0.0.1060 5,993 10/31/2019
45.0.0.1043 32,059 9/27/2019
45.0.0.1040 4,470 9/20/2019
45.0.0.1019 36,667 8/8/2019
45.0.0.1010 7,106 7/12/2019
45.0.0.1000 48,665 6/4/2019
43.0.0.1140 217,015 1/14/2020
43.0.0.1139 10,696 9/20/2019
43.0.0.1127 29,058 5/8/2019
43.0.0.1115 43,902 4/9/2019
43.0.0.1111 24,427 2/26/2019
43.0.0.1106 64,334 2/5/2019
43.0.0.1095 8,027 1/2/2019
43.0.0.1084 43,134 11/8/2018
43.0.0.1076 20,880 9/25/2018
43.0.0.1066 10,401 8/23/2018
43.0.0.1049 19,715 7/16/2018
43.0.0.1036 35,547 6/8/2018
43.0.0.1020 35,887 5/4/2018
43.0.0.1005 17,258 4/4/2018
43.0.0.1000 13,106 3/27/2018
41.3.30.1183 71,315 7/2/2019
41.3.30.1181 12,383 5/6/2019
41.3.30.1179 36,508 2/4/2019
41.3.30.1177 5,895 11/8/2018
41.3.30.1173 26,637 9/25/2018
41.3.30.1169 9,879 8/23/2018
41.3.30.1168 35,171 7/16/2018
41.3.30.1165 634,500 6/8/2018
41.3.30.1158 4,695 5/4/2018
41.3.30.1154 537,839 4/4/2018
41.3.30.1147 11,146 2/22/2018
41.3.30.1136 17,193 1/11/2018
41.3.30.1132 13,589 12/8/2017
41.3.30.1128 9,094 11/13/2017
41.3.30.1122 10,473 10/11/2017
41.3.30.1111 109,780 9/12/2017
41.3.30.1106 27,042 8/16/2017
41.3.30.1101 1,096,272 7/7/2017
41.3.30.1091 10,116 6/2/2017
41.3.30.1070 40,077 3/21/2017
41.3.30.1059 14,074 2/17/2017
41.3.30.1047 6,894 1/21/2017
41.3.30.1038 6,211 12/23/2016
41.3.30.1033 4,813 12/9/2016
41.3.30.1032 2,789 12/6/2016
41.3.30.1018 14,509 11/8/2016
41.3.30.1000 6,928 9/27/2016
39.3.30.1215 118,760 3/26/2018
39.3.30.1214 24,391 12/8/2017
39.3.30.1213 5,126 11/13/2017
39.3.30.1212 5,277 8/16/2017
39.3.30.1211 12,831 6/2/2017
39.3.30.1207 5,822 2/17/2017
39.3.30.1205 5,642 1/20/2017
39.3.30.1202 10,672 11/7/2016
39.3.30.1198 6,841 9/26/2016
39.3.30.1189 121,814 8/18/2016
39.3.30.1171 29,748 6/14/2016
39.3.30.1163 10,729 5/11/2016
39.3.30.1153 13,524 4/4/2016
39.3.30.1140 16,302 2/25/2016
39.3.30.1132 4,995 2/15/2016
39.3.30.1130 24,849 2/1/2016
39.3.30.1129 3,701 1/19/2016
39.3.30.1128 2,687 1/17/2016
39.3.30.1125 6,409 12/10/2015
39.3.30.1119 7,094 11/25/2015
39.3.30.1106 27,234 10/6/2015
39.3.30.1095 13,763 9/1/2015
39.3.30.1077 24,221 7/3/2015
39.3.30.1063 19,214 5/28/2015
39.3.30.1048 6,694 4/21/2015
39.3.30.1037 23,927 3/17/2015
39.3.30.1024 4,893 2/17/2015
39.3.30.1007 5,262 1/14/2015
39.3.30.1000 10,177 12/24/2014
37.3.30.1189 136,061 9/26/2016
37.3.30.1188 2,812 8/18/2016
37.3.30.1185 10,213 4/4/2016
37.3.30.1183 15,011 2/1/2016
37.3.30.1182 4,681 11/25/2015
37.3.30.1179 2,907 10/6/2015
37.3.30.1176 6,130 3/16/2015
37.3.30.1165 6,726 12/5/2014
37.3.30.1160 15,975 10/14/2014
37.3.30.1128 76,826 6/12/2014
37.3.30.1120 4,963 4/30/2014
37.3.30.1110 10,671 2/13/2014
37.3.30.1099 4,922 11/26/2013
37.3.30.1088 7,792 9/9/2013
37.3.30.1069 6,072 6/13/2013
37.3.30.1030 11,840 3/14/2013
37.3.30.1000 30,410 2/6/2013

Added support for ExcelPicture.Fill and ExcelPicture.Outline.
Fixed issue with PdfSaveOptions.ImageDpi property.
Fixed issue with using defined name as range for list data validation.
Fixed issue with chart label overlap in PDF writer.
Fixed issue with column width on Docker images without fonts.
Fixed issue with not updating formula reference from another worksheet.
Added support for ExcelFile.WriteProtectionSettings.
Added support for rendering <code>SmartArt</code> elements.
Added support for creating ExcelEmbeddedObject.
Fixed issue with line chart clipping in PDF writer.
Fixed issue with chart axis label wrapping in PDF writer.