IronXL for .NET 2024.2.25

Released: Jan 29, 2024

Updates in 2024.2.25

Funktionen

  • Added support for Microsoft .NET 8.
  • Added the Comment property to IronXL.Cell class with methods to add and remove comments. The Comment property is null if cell has no comment. Comments are added as invisible by default.
  • Added the IronXL.Cells.Comment class which represents cell comments with setters and getters for all comment properties.
  • IronXL.Cell.Int64Value and IronXL.Cell.Int32Value methods are now obsolete and will be removed in the future. Use IronXL.Cell.IntValue and IronXL.Cell.LongValue instead.
  • Updated IronSoftware.Common to version 2024.1.2.
  • Improved performance in many other methods that create large numbers of cells.

Fehlerkorrekturen

  • Fixed a bug with a very slow execution of methods loading data from DataSets (namely LoadWorkSheetsFromDataSet methods).
  • Fixed a bug where any style changes to a cell would cause a cell foreground color to be set to black.