Lanzamientos de IronXL for .NET

Released: Apr 4, 2024

Actualizaciones en 2024.4.4

Características

  • Updated IronSoftware.System.Drawing to version 2024.4.1.

Released: Mar 4, 2024

Actualizaciones en 2024.3.20

Características

  • Updated IronSoftware.Common to version 2024.1.7.
  • Updated IronSoftware.System.Drawing to version 2024.3.2.

Correcciones

  • Fixed a bug where license key would not be picked up from web.config file in .NET Framework

Released: Jan 29, 2024

Actualizaciones en 2024.2.25

Características

  • 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...

Released: Dec 29, 2023

Actualizaciones en 2024.1.21

Características

  • Made minor improvements and bug fixes.

Released: Dec 1, 2023

Actualizaciones en 2023.12.19

Características

  • Added the ability to convert named tables to DataTables.
  • Added support for Data validations:
    • DataValidations property has been added to WorkSheet. It contains all data validations in the worksheet and contains methods to add and remove data validations.
    • All data validations types can now be read from spreadsheets.
    • WholeNumber, Decimal, TextLength, Date, List and FormulaList data validations can now be added to WorkSheet.

Correcciones

  • Fixed a bug where creating defined names...

Released: Oct 27, 2023

Actualizaciones en 2023.11.12

Características

  • IronDrawing has been updated to version 2023.11.1.
  • Minor improvements.
  • IronXL.Logger class has been deprecated. Use IronSoftware.Logger instead.

Released: Oct 6, 2023

Actualizaciones en 2023.10.8

Características

  • Updated IronDrawing to version 2023.10.2.
  • Added dependency on IronSoftware.Common 2023.10.2.
  • Minor fixes and improvements.

Released: Aug 31, 2023

Actualizaciones en 2023.9.29

Características

  • Updated IronDrawing to version 2023.9.2.
  • Improved stability.
  • Improved performance up to 25% faster execution time in some cases.

Released: Jul 31, 2023

Actualizaciones en 2023.8.19

Características

  • Updated dependencies.

Correcciones

  • Minor improvements and fixes.

Released: Jul 6, 2023

Actualizaciones en 2023.7.4

Características

  • Added 'GetMergedRegions' method, which is used to retrieve a list of merged regions.
  • Added 'RemoveColumn' method group to Range, RangeRow, RangeColumn, Worksheet.
  • Improved performance of bulk data manipulation by 20-25%.
  • WorkSheet's internal working range will now include the empty columns at the end of the range which hold any styling information.
  • 'Range.RemoveColumn' and 'Range.RemoveRow' methods will now always remove the column/row entirely from the sheet, shifting up/to the...