GemBox.Spreadsheet
49.0.1858
Prefix Reserved
dotnet add package GemBox.Spreadsheet --version 49.0.1858
NuGet\Install-Package GemBox.Spreadsheet -Version 49.0.1858
<PackageReference Include="GemBox.Spreadsheet" Version="49.0.1858" />
paket add GemBox.Spreadsheet --version 49.0.1858
#r "nuget: GemBox.Spreadsheet, 49.0.1858"
// Install GemBox.Spreadsheet as a Cake Addin #addin nuget:?package=GemBox.Spreadsheet&version=49.0.1858 // Install GemBox.Spreadsheet as a Cake Tool #tool nuget:?package=GemBox.Spreadsheet&version=49.0.1858
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
- Read XLS, XLSX, XLSB, ODS, CSV, TSV, HTML, and SpreadsheetML files.
- Create or write and convert to XLS, XLSX, XLSB, ODS, CSV, TSV, HTML, PDF, XPS, and image formats (SVG, PNG, JPEG, GIF, BMP, TIFF, WMP).
- View and edit spreadsheets in Azure Functions, Blazor, ASP.NET Core, ASP.NET, MAUI, WPF, and Windows Forms applications.
- Print spreadsheets.
- Protect, encrypt, and digitally sign spreadsheets.
- Get, create, or edit sheets, rows, columns, cells, formulas, defined names, hyperlinks, comments, tables, and pivot tables.
- Get, create, or edit drawings like shapes, images, text boxes, and charts.
- Get, create, or edit cell styles and formatting, in-line text formatting, number formatting, and conditional formatting.
- Get, create or edit headers and footers, grouping and outlining, data validation, document properties, print and view options, print titles and area, freeze or split panes, macros, and more.
- Import or export spreadsheet data from or to a DataTable.
- Find, replace, filter, sort, and autofit spreadsheet data.
- Calculate cell formulas.
- Copy sheets or cells between workbooks.
- Create or read form controls.
- Track progress or cancel long-running operations like loading and saving large spreadsheets.
- Specify fonts location when exporting to PDF, XPS, or image formats.
- Preserve unsupported elements and properties when reading a spreadsheet.
- Medium trust support.
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 | Versions 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. |
.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. |
-
.NETFramework 3.5
- BouncyCastle (>= 1.8.9)
-
.NETFramework 4.6.2
- BouncyCastle.Cryptography (>= 2.3.1)
- HarfBuzzSharp (>= 7.3.0)
- SkiaSharp (>= 2.88.6)
- System.Buffers (>= 4.5.1)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- HarfBuzzSharp (>= 7.3.0)
- Portable.BouncyCastle (>= 1.9.0)
- SixLabors.ImageSharp (>= 2.1.9)
- SixLabors.ImageSharp.Drawing (>= 1.0.0)
- SkiaSharp (>= 2.88.6)
- System.Buffers (>= 4.5.1)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
-
net6.0-windows7.0
- BouncyCastle.Cryptography (>= 2.3.1)
- HarfBuzzSharp (>= 7.3.0)
- SixLabors.ImageSharp (>= 2.1.9)
- SixLabors.ImageSharp.Drawing (>= 1.0.0)
- SkiaSharp (>= 2.88.6)
- System.Buffers (>= 4.5.1)
- System.Text.Encoding.CodePages (>= 6.0.0)
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.1858 | 1,729 | 11/4/2024 |
49.0.1839 | 15,636 | 10/8/2024 |
49.0.1822 | 26,548 | 9/5/2024 |
49.0.1799 | 20,671 | 8/13/2024 |
49.0.1767 | 25,464 | 7/5/2024 |
49.0.1737 | 29,137 | 6/7/2024 |
49.0.1697 | 49,471 | 5/7/2024 |
49.0.1655 | 42,561 | 4/6/2024 |
49.0.1623 | 35,788 | 3/4/2024 |
49.0.1612 | 25,117 | 2/13/2024 |
49.0.1586 | 39,257 | 1/15/2024 |
49.0.1562 | 212,206 | 12/8/2023 |
49.0.1542 | 56,730 | 11/16/2023 |
49.0.1509 | 168,046 | 10/21/2023 |
49.0.1454 | 173,694 | 9/5/2023 |
49.0.1423 | 35,696 | 8/4/2023 |
49.0.1398 | 114,122 | 7/7/2023 |
49.0.1379 | 61,664 | 6/12/2023 |
49.0.1335 | 121,771 | 5/10/2023 |
49.0.1301 | 36,951 | 4/5/2023 |
49.0.1274 | 65,068 | 3/10/2023 |
49.0.1244 | 107,285 | 2/3/2023 |
49.0.1225 | 79,564 | 1/3/2023 |
49.0.1202 | 171,936 | 12/14/2022 |
49.0.1153 | 53,158 | 11/9/2022 |
49.0.1127 | 127,391 | 10/12/2022 |
49.0.1103 | 50,853 | 9/6/2022 |
49.0.1084 | 102,662 | 8/12/2022 |
49.0.1067 | 45,936 | 7/21/2022 |
49.0.1039 | 47,393 | 6/10/2022 |
49.0.1017 | 74,234 | 5/16/2022 |
49.0.1000 | 48,932 | 4/21/2022 |
47.0.1418 | 169,981 | 3/9/2022 |
47.0.1398 | 109,002 | 2/1/2022 |
47.0.1363 | 33,221 | 1/5/2022 |
47.0.1345 | 142,213 | 12/7/2021 |
47.0.1321 | 124,679 | 11/5/2021 |
47.0.1298 | 50,455 | 10/1/2021 |
47.0.1268 | 87,562 | 8/26/2021 |
47.0.1248 | 293,600 | 7/14/2021 |
47.0.1230 | 55,773 | 6/17/2021 |
47.0.1207 | 39,941 | 5/14/2021 |
47.0.1170 | 62,430 | 4/20/2021 |
47.0.1129 | 124,980 | 3/9/2021 |
47.0.1095 | 68,317 | 2/3/2021 |
47.0.1071 | 17,974 | 1/13/2021 |
47.0.1069 | 6,437 | 1/12/2021 |
47.0.1044 | 128,598 | 12/2/2020 |
47.0.1029 | 18,970 | 11/9/2020 |
47.0.1013 | 13,825 | 10/16/2020 |
47.0.1000 | 50,009 | 9/16/2020 |
45.0.1225 | 201,131 | 9/8/2020 |
45.0.1206 | 34,127 | 8/6/2020 |
45.0.1187 | 27,421 | 6/26/2020 |
45.0.1176 | 124,943 | 5/22/2020 |
45.0.1148 | 56,363 | 4/9/2020 |
45.0.1131 | 55,036 | 3/16/2020 |
45.0.0.1094 | 30,489 | 2/10/2020 |
45.0.0.1084 | 42,063 | 1/8/2020 |
45.0.0.1069 | 20,792 | 12/3/2019 |
45.0.0.1061 | 17,494 | 11/6/2019 |
45.0.0.1060 | 5,975 | 10/31/2019 |
45.0.0.1043 | 31,925 | 9/27/2019 |
45.0.0.1040 | 4,420 | 9/20/2019 |
45.0.0.1019 | 35,457 | 8/8/2019 |
45.0.0.1010 | 7,064 | 7/12/2019 |
45.0.0.1000 | 48,142 | 6/4/2019 |
43.0.0.1140 | 214,025 | 1/14/2020 |
43.0.0.1139 | 10,623 | 9/20/2019 |
43.0.0.1127 | 28,389 | 5/8/2019 |
43.0.0.1115 | 43,254 | 4/9/2019 |
43.0.0.1111 | 24,318 | 2/26/2019 |
43.0.0.1106 | 63,921 | 2/5/2019 |
43.0.0.1095 | 7,982 | 1/2/2019 |
43.0.0.1084 | 42,348 | 11/8/2018 |
43.0.0.1076 | 19,871 | 9/25/2018 |
43.0.0.1066 | 10,178 | 8/23/2018 |
43.0.0.1049 | 19,303 | 7/16/2018 |
43.0.0.1036 | 33,804 | 6/8/2018 |
43.0.0.1020 | 35,276 | 5/4/2018 |
43.0.0.1005 | 15,443 | 4/4/2018 |
43.0.0.1000 | 12,882 | 3/27/2018 |
41.3.30.1183 | 66,657 | 7/2/2019 |
41.3.30.1181 | 11,902 | 5/6/2019 |
41.3.30.1179 | 34,937 | 2/4/2019 |
41.3.30.1177 | 5,725 | 11/8/2018 |
41.3.30.1173 | 26,174 | 9/25/2018 |
41.3.30.1169 | 9,572 | 8/23/2018 |
41.3.30.1168 | 33,605 | 7/16/2018 |
41.3.30.1165 | 605,641 | 6/8/2018 |
41.3.30.1158 | 4,650 | 5/4/2018 |
41.3.30.1154 | 502,006 | 4/4/2018 |
41.3.30.1147 | 11,099 | 2/22/2018 |
41.3.30.1136 | 16,980 | 1/11/2018 |
41.3.30.1132 | 13,037 | 12/8/2017 |
41.3.30.1128 | 8,994 | 11/13/2017 |
41.3.30.1122 | 10,213 | 10/11/2017 |
41.3.30.1111 | 105,585 | 9/12/2017 |
41.3.30.1106 | 26,900 | 8/16/2017 |
41.3.30.1101 | 997,534 | 7/7/2017 |
41.3.30.1091 | 9,672 | 6/2/2017 |
41.3.30.1070 | 39,067 | 3/21/2017 |
41.3.30.1059 | 14,011 | 2/17/2017 |
41.3.30.1047 | 6,840 | 1/21/2017 |
41.3.30.1038 | 6,175 | 12/23/2016 |
41.3.30.1033 | 4,782 | 12/9/2016 |
41.3.30.1032 | 2,743 | 12/6/2016 |
41.3.30.1018 | 13,816 | 11/8/2016 |
41.3.30.1000 | 6,879 | 9/27/2016 |
39.3.30.1215 | 116,229 | 3/26/2018 |
39.3.30.1214 | 24,269 | 12/8/2017 |
39.3.30.1213 | 5,084 | 11/13/2017 |
39.3.30.1212 | 5,243 | 8/16/2017 |
39.3.30.1211 | 12,787 | 6/2/2017 |
39.3.30.1207 | 5,777 | 2/17/2017 |
39.3.30.1205 | 5,542 | 1/20/2017 |
39.3.30.1202 | 10,638 | 11/7/2016 |
39.3.30.1198 | 6,807 | 9/26/2016 |
39.3.30.1189 | 120,224 | 8/18/2016 |
39.3.30.1171 | 28,637 | 6/14/2016 |
39.3.30.1163 | 10,693 | 5/11/2016 |
39.3.30.1153 | 13,442 | 4/4/2016 |
39.3.30.1140 | 15,874 | 2/25/2016 |
39.3.30.1132 | 4,882 | 2/15/2016 |
39.3.30.1130 | 23,997 | 2/1/2016 |
39.3.30.1129 | 3,663 | 1/19/2016 |
39.3.30.1128 | 2,655 | 1/17/2016 |
39.3.30.1125 | 6,340 | 12/10/2015 |
39.3.30.1119 | 6,949 | 11/25/2015 |
39.3.30.1106 | 26,594 | 10/6/2015 |
39.3.30.1095 | 13,362 | 9/1/2015 |
39.3.30.1077 | 23,427 | 7/3/2015 |
39.3.30.1063 | 18,351 | 5/28/2015 |
39.3.30.1048 | 6,591 | 4/21/2015 |
39.3.30.1037 | 23,882 | 3/17/2015 |
39.3.30.1024 | 4,854 | 2/17/2015 |
39.3.30.1007 | 5,233 | 1/14/2015 |
39.3.30.1000 | 9,964 | 12/24/2014 |
37.3.30.1189 | 131,239 | 9/26/2016 |
37.3.30.1188 | 2,785 | 8/18/2016 |
37.3.30.1185 | 9,770 | 4/4/2016 |
37.3.30.1183 | 14,980 | 2/1/2016 |
37.3.30.1182 | 4,629 | 11/25/2015 |
37.3.30.1179 | 2,879 | 10/6/2015 |
37.3.30.1176 | 5,924 | 3/16/2015 |
37.3.30.1165 | 6,684 | 12/5/2014 |
37.3.30.1160 | 15,730 | 10/14/2014 |
37.3.30.1128 | 75,336 | 6/12/2014 |
37.3.30.1120 | 4,918 | 4/30/2014 |
37.3.30.1110 | 10,610 | 2/13/2014 |
37.3.30.1099 | 4,893 | 11/26/2013 |
37.3.30.1088 | 7,648 | 9/9/2013 |
37.3.30.1069 | 5,993 | 6/13/2013 |
37.3.30.1030 | 11,658 | 3/14/2013 |
37.3.30.1000 | 29,874 | 2/6/2013 |
Improved performance of rendering process.
Added support for FontSettings.FontSelection event.
Fixed issue with calculating default column width with custom fonts.
Added support for code name in XLS files.
Fixed issue with chart interoperability.
Fixed issue with missing digital signature in XLSX writer.
Fixed issue with font face in ODS reader.
Fixed issue with IF function.
Fixed issue with FormatConditionType.IconSet in XLSX writer.
Fixed issue with incorrect sorted values from DataValidation.GetListValues.
Added support for background image in chart.