GemBox.Spreadsheet 37.3.30.1069

There is a newer version of this package available.
See the version list below for details.
dotnet add package GemBox.Spreadsheet --version 37.3.30.1069
NuGet\Install-Package GemBox.Spreadsheet -Version 37.3.30.1069
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="37.3.30.1069" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GemBox.Spreadsheet --version 37.3.30.1069
#r "nuget: GemBox.Spreadsheet, 37.3.30.1069"
#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=37.3.30.1069

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

GemBox.Spreadsheet is a .NET component that enables developers to read, write, convert and print spreadsheet files (XLSX, XLS, ODS, CSV, HTML, PDF or XPS) from their .NET applications using one simple API.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net30 is compatible.  net35 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
39.3.30.1048 740 4/21/2015
39.3.30.1037 874 3/17/2015
39.3.30.1024 820 2/17/2015
39.3.30.1007 604 1/14/2015
39.3.30.1000 235 12/24/2014
37.3.30.1176 267 3/16/2015
37.3.30.1165 1,245 12/5/2014
37.3.30.1160 810 10/14/2014
37.3.30.1128 1,363 6/12/2014
37.3.30.1120 716 4/30/2014
37.3.30.1110 1,779 2/13/2014
37.3.30.1099 299 11/26/2013
37.3.30.1088 257 9/9/2013
37.3.30.1069 150 6/13/2013
37.3.30.1030 110 3/14/2013
37.3.30.1000 115 2/6/2013

- Added support for view type (supported only for XLSX file format).
- Added support for reading HTML files.
- Added support for reading/writing Fixed-Width files.
- Fixed rendering issue when cell content height is larger than cell.
- Fixed PDF writing issue with JPEG image encoding.
- Fixed issue when rendering worksheet in which last cells in a row have content which overflows.
- Added support for rendering double border.
- Fixed performance issues when writing XLSX file which contains a large number of images.
- Header/Footer API is changed. Now it's easier to set left/center/right sections.
- Added support for header/footer images.
- Added helper methods for specifying header/footer content (like page number, current date and time, etc.).
- Fixed issue with setting hyperlink on ExcelPicture.
- Fixed issues with ExcelColumn.AutoFit() method.
- Fixed HTML writing issue with file's content type.
- Fixed MHTML writing issue with page encoding.
- Fixed HTML writing issue with writing column width.
- Added support for Named styles (supported only for XLSX file format).