Spire.XLS for Python 14.9.3 supports determining whether to retain the original page size when converting Excel to PDF
2024-11-25 09:10:55
We are excited to announce the release of Spire.XLS for Python 14.9.3. This version supports determining whether to retain the original page size when converting Excel to PDF. It also enhances the conversion from chart sheets to images. Moreover, some known issues are fixed successfully in this version, such as the issue that an exception was thrown when setting font styles on ubuntu22. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5181 Supports determining whether to retain the original page size when converting Excel to PDF. book =…
Spire.XLS for Python 14.7.3 fix an exception when running on Ubuntu 22
2024-07-30 07:38:22
We're pleased to announce the release of Spire.XLS for Python 14.7.3. This version fixes the issue that an exception was thrown when using some features of Spire.XLS on Ubuntu 22. More details are listed below. Here is a list of changes made in this release Category ID Description Bug - Fix the issue that errors are reported when running on Ubuntu22. Click the link to download Spire.XLS for Python 14.7.3: https://www.e-iceblue.com/Download/Spire-XLS-Python.html
Spire.XLS for Python 14.4.4 supports adding FindAll() method to CellRange
2024-04-30 03:53:22
We are excited to announce the release of Spire.XLS for Python 14.4.4. This version supports adding FindAll() method to CellRange. Besides, some known issues are fixed in this version, such as the issue that retrieving custom font files failed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5165 Supports adding FindAll() method to CellRange. workbook = Workbook() workbook.LoadFromFile("test.xlsx") sheet = workbook.Worksheets[0] sheet.Range["A1"].FindAll("Hello", FindType.Text, ExcelFindOptions.MatchEntireCellContent) Bug SPIREXLS-5092 Fixes the issue that retrieving custom font files failed. Bug SPIREXLS-5194 Fixes the issue that the program threw spire.xls.common.SpireException:Arg_NullReferenceException when creating a…
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…