IronXL for Python via .NET 2024.11.16
Released: Nov 22, 2024
Updates in 2024.11.16
Features
- 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.
Fixes
- Fixed an issue where accessing a cell's hyperlink threw a Null Reference Exception if the cell didn't have one.
- Fixed an issue where accessing file-type hyperlinks in XLS files returned empty string.
- Fixed an issue where the
ToDataTable method did not accurately compute all data types.