Skip to content

v1.12.0

Compare
Choose a tag to compare
@sveinungf sveinungf released this 09 Dec 10:24
· 647 commits to main since this release

Features

  • Support for adding images that are embedded into the spreadsheet. An example of how to do this can be seen in the wiki. Currently only PNG images are supported.
  • The source generator now supports creating cells from DateTime properties. Thanks to @Misiu for the contribution!
  • The source generator now also supports creating cells from Nullable<T> properties (e.g. int?). Thanks to @Misiu for the contribution!
  • Greatly reduced memory allocations for data validations, cell merges, and notes by using pooled arrays internally.
  • Other smaller performance improvements, where most of these take effect when targeting .NET 7 or later.
  • The library is now being marked as Native AOT compatible when targeting .NET 8 or later.

Other changes

  • The .NET Standard 2.1 target of the library has been removed, due to .NET Core 3.1 and .NET 5 being out of support for a while. .NET Standard 2.0 will still be supported going forward.