IronXL for Python via .NET 릴리스

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