IronXL for Python via .NET 2026.6.0.1
Released: May 25, 2026
2026.6.0.1 버젼 업데이트
기능
- Added support for 40+ modern Excel _xlfn.* functions, improving EvaluateAll() compatibility with Microsoft 365 workbooks.
- Updated internal dependencies.
수정사항
- Known Issues:
- Range.Value = <python int> stores an empty string instead of the integer (formulas reading the cell resolve to 0). Use IntValue or a Python float as a workaround; .NET is unaffected.