ClosedXML.Signed 0.93.0-rc2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of ClosedXML.Signed.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ClosedXML.Signed --version 0.93.0-rc2
NuGet\Install-Package ClosedXML.Signed -Version 0.93.0-rc2
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="ClosedXML.Signed" Version="0.93.0-rc2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ClosedXML.Signed --version 0.93.0-rc2
#r "nuget: ClosedXML.Signed, 0.93.0-rc2"
#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 ClosedXML.Signed as a Cake Addin
#addin nuget:?package=ClosedXML.Signed&version=0.93.0-rc2&prerelease

// Install ClosedXML.Signed as a Cake Tool
#tool nuget:?package=ClosedXML.Signed&version=0.93.0-rc2&prerelease

Notes

  • Big internal refactoring to reduce memory consumption.

Gratitude

A big thank you to @pankraty for the work he's done on implementing the style and range repositories.

Breaking changes:

  • Workbook calculation will now use cached results. Call IXLWorkbook.RecalculateAllFormulas if you get unexpected results.
  • IXLCell.ValueCached is now obsolete. Use IXLCell.CachedValue rather.
  • Default table theme changed to TableStyleMedium2 (as Excel does)
  • XLAddress and XLRangeAddress is now immutable. Use ws.Cell(.., ..).Address and ws.Range(..).RangeAddress to get instances.
  • IDisposable interface removed from many classes, e.g from IXLRange.
  • Extension methods now internal. The full list of extension methods that were removed, can be found at here . If you used them, please find alternatives, e.g. morelinq for the .ForEach method.
  • Setting a cell value using .SetValue() to a date that's lower than the base date will throw an ArgumentException.
  • Disallow negative row or column count to be inserted
  • Conditional formats applied to multiple ranges are not split into multiple IXLConditionalFormat instances. Use the new IXLConditionalFormat.Ranges) (plural) method to retrieve all ranges. IXLConditionalFormat.Range (singular) will return only the first range.
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.  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 net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 is compatible.  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)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on ClosedXML.Signed:

Package Downloads
AMain.ExcelHelper

A library for reading and writing Excel files. Extremely fast, flexible, and easy to use.

LiquidTechnologies.DataMapper.Runtime

JSON, XML, Database, CSV, EDI and Excel Data Mapper (Runtime Library). Download Liquid Data Mapper from the project page.

DataBooster.DbWebApi.Oracle.ODP The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.

DataBooster.DbWebApi.SqlServer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.

DataBooster.DbWebApi.Oracle.Managed The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An out-of-the-box Web API for invoking database stored procedures, transforming the results as JSON, BSON, JSONP, XML, CSV, Excel xlsx, or any text generated by Razor dynamic template. Please visit https://github.com/DataBooster/DbWebApi for detail.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.95.4 251,064 12/16/2020
0.95.3 90,664 5/25/2020
0.95.2 24,414 4/26/2020
0.95.1 749 4/23/2020
0.95.0 5,714 4/15/2020
0.95.0-beta2 1,597 8/21/2019
0.95.0-beta1 1,834 4/4/2019
0.94.2 127,883 12/18/2018
0.94.0 1,280 12/12/2018
0.94.0-rc2 846 11/29/2018
0.94.0-rc1 678 11/11/2018
0.93.1 11,232 8/7/2018
0.93.0 5,368 6/25/2018
0.93.0-rc3 803 6/7/2018
0.93.0-rc2 913 5/31/2018