IronXL for .NET のリリース
Released: May 29, 2023
2023.6.4 での更新項目
機能
- Added SetBorderStyle method which is used to set border type and color.
- Updated IronDrawing dependency to version 2023.6.1.
不具合の修正
- Fixed a bug where "&" in the charts' series breaks the resulting file after save.
- Fixed a bug where if an .xlsx (.xlsm, .xltx, etc.) file had an opening and closing br tag in it's internal XML structure - WorkBook.Load method would throw an exception.
Released: May 1, 2023
2023.5.4 での更新項目
不具合の修正
- Fixed an issue where license keys would not be retrieved from web.config in some .NET Framework ASP.NET projects.
- Fixed possible warnings about System.Memory version conflicts.
Released: Mar 29, 2023
2023.4.13 での更新項目
機能
- Added support for license keys stored in .config and .json files in subfolders of the application.
不具合の修正
- Fixed issues with license keys stored in .config and .json files not being picked up by IronXL.
Released: Feb 27, 2023
2023.2.5 での更新項目
機能
- Agreement to EULA terms is now required before installing the NuGet package.
- Improved intellisense descriptions for Range class.
- Improved intellisense descriptions for Cell.Hyperlink property.
- Improved the description of an exception that occurs when AutoSizeRow/AutoSizeColumn methods are used while no fonts are found in the system.
- Updated dependencies.
不具合の修正
- Fixed a bug where WorkSheet.PhysicalColumnCount property would throw an exception when accessed while no columns exist on the...
Released: Jan 31, 2023
2023.1.14 での更新項目
機能
- Enum used for WorkSheet.InsertImage method has been changed to IronXL.Drawing.Images.ImageType.
- Performance improvements.
不具合の修正
- Fixed a bug where on different locales charts could become corrupted because of the decimal separator.
Released: Mar 10, 2022
2022.x での更新項目
2022.12.11262
Updated Dec 29, 2022
Fixes
- Bug where a licensing exception is thrown, when an application using IronXL is executed with a Visual Studio debugger hooked.
- Bug where deleting one of the multiple charts and then adding another chart throws an exception.
- Chart titles will now not overlay the chart area.
2022.12.10926
Updated Dec 8, 2022
Features
- Added 'WorkSheet.PhysicalColumnCount' and 'WorkSheet.PhysicalRowCount' properties, which return the number of rows and columns that are...
Released: Aug 24, 2021
2021.x での更新項目
2021.12.0
Updated Dec 24, 2021
2021.11.0
Updated Oct 29, 2021
Features
- Improved: Speed and Stability.
- Improved: Microsoft .NET 5 and .NET 6 beta support.
Fixes
- License Key validation improved.
2021.9.0
Updated Aug 24, 2021
Features
- Added support for Microsoft .NET 5.07.
- Improved license key reading from project configuration files (edge cases).
- Improved speed and stability.
Released: May 5, 2020
2020.x での更新項目
2020.12.2
Updated Dec 8, 2020
Features
- Improved security and licensing.
- Improved Microsoft .NET 5.0 compatibility.
2020.9.1
Updated Sep 21, 2020
Features
- Added the ability to insert new rows or columns.
- Added new MMULT function (matrix product of two arrays).
- Improved set of built-in Microsoft Excel functions.
- Added the ability to read values for a cell by column name.
Fixes
- Font and background color may be set in any order.
2020.9.0
Updated Sep 3, 2020
Features
- Added named Ranges.
- Added named...
Released: Sep 10, 2019
2019.5.2 での更新項目
不具合の修正
- Fixes cell value retrieval for numbers and strings.
- Fixes Naming Conflicts.
- Compatibility and Packaging Bug Fixes.
Released: Jul 22, 2019
2019.5.0 での更新項目
機能
- Added charting to IronXL.
- Improving cell formatting and MVC methods.