Spire.XLS for Python 14.2.2 supports macOS system
2024-03-05 09:45:31
We're pleased to announce the release of Spire.XLS for Python 14.2.2. This latest version of the library now includes support for macOS system and addresses a previously identified issue. More details are as follows. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5002 Supports macOS System. Bug SPIREXLS-5109 Fixes the issue that running an application with Python 3.7 threw the exception "cannot import name 'get_args' from 'typing' ". Click the link below to get Spire.XLS for Python 14.2.2: https://www.e-iceblue.com/Download/Spire-XLS-Python.html
Spire.XLS for Python 13.12.6 adds the custom exception class SpireException
2023-12-28 02:50:05
We are delighted to announce the release of Spire.XLS for Python 13.12.6. This version adds the custom exception class SpireException and changes the ArgumentError class to the SpireException class. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds the custom exception class SpireException and changes the ArgumentError class to the SpireException class. Click the link below to get Spire.XLS for Python 13.12.6: https://www.e-iceblue.com/Download/Spire-XLS-Python.html
Spire.XLS for Python 13.11.1 adds new methods
2023-11-20 07:27:06
We are excited to announce the release of Spire.XLS for Python 13.11.1. This version adds IPivotTableOptions.ReportLayout get/set methods and ConverterSetting.ToImageWithoutMargins get/set methods. Besides, a lot of known issues are successfully fixed in this version, such as the issue that it threw an exception when initializing IOleObjects. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds IPivotTableOptions.ReportLayout get/set methods. New feature - Adds ConverterSetting.ToImageWithoutMargins get/set methods. Bug - Fixes the issue that it threw an exception when the result of executing getFormula() method and getFormulaStringValue() method under XlsRange…