IronXL for Python via .NET のリリース
Released: Apr 10, 2025
2025.4.0.5 での更新項目
機能
- Updated
IronSoftware.System.Drawing
to 2025.3.6.
- Updated
IronSoftware.Common
to version 2025.3.1.
Released: Mar 6, 2025
2025.3.0.1 での更新項目
機能
- Updated IronSoftware.System.Drawing to 2025.3.5.
- Updated IronSoftware.Common to 2025.2.3.
Released: Feb 6, 2025
2025.2.0.5 での更新項目
機能
- Updated IronSoftware.System.Drawing to version 2025.1.6.
Released: Jan 16, 2025
2025.1.0.1 での更新項目
機能
- Updated IronSoftware.Common to 2024.11.4.
- Updated dependency packages to address known security vulnerabilities.
不具合の修正
- Fixed an issue where loading and saving .xlsm files threw exceptions.
- Fixed an issue where loading Excel files caused an "equivalent part names" exception.
- Fixed an issue where adding rows broke formulas.
- Fixed an issue where loading Excel files with invalid data validation threw exceptions.
- Fixed an issue where setting the number format caused the generated HTML font color...
Released: Nov 22, 2024
2024.11.16 での更新項目
機能
- Added support for switching column direction to right-to-left. Useful for languages such as Arabic, Chinese, and Hebrew.
- Added methods for setting tab colors with
SetWorksheetTabColor
and SetWorksheetTabColorIndex
.
- Added the
RemoveHyperlink
method to remove hyperlinks from cells.
- Updated
IronSoftware.System.Drawing
to 2024.9.15.
- Updated
IronSoftware.Common
to 2024.9.38.
不具合の修正
- Fixed an issue where accessing a cell's hyperlink threw a Null Reference Exception if the cell didn't have one...