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 drop-down list.
Click the link below to get Spire.XLS for Python 14.4.4: