IronXL for .NET 新版本發表
Released: Apr 4, 2024
2024.4.4 中的更新
特性
- Updated IronSoftware.System.Drawing to version 2024.4.1.
Released: Mar 4, 2024
2024.3.20 中的更新
特性
- Updated IronSoftware.Common to version 2024.1.7.
- Updated IronSoftware.System.Drawing to version 2024.3.2.
修補程式
- Fixed a bug where license key would not be picked up from web.config file in .NET Framework
Released: Jan 29, 2024
2024.2.25 中的更新
特性
- 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...
Released: Dec 29, 2023
2024.1.21 中的更新
特性
- Made minor improvements and bug fixes.
Released: Dec 1, 2023
2023.12.19 中的更新
特性
- 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.
修補程式
- Fixed a bug where creating defined names throws exceptions.
- Fixed...
Released: Oct 27, 2023
2023.11.12 中的更新
特性
- 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
2023.10.8 中的更新
特性
- Updated IronDrawing to version 2023.10.2.
- Added dependency on IronSoftware.Common 2023.10.2.
- Minor fixes and improvements.
Released: Aug 31, 2023
2023.9.29 中的更新
特性
- Updated IronDrawing to version 2023.9.2.
- Improved stability.
- Improved performance up to 25% faster execution time in some cases.
Released: Jul 31, 2023
2023.8.19 中的更新
特性
修補程式
- Minor improvements and fixes.
Released: Jul 6, 2023
2023.7.4 中的更新
特性
- 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 left the rows...