ConditionalFormatXMLLoader
Overview
ConditionalFormatXMLLoader is a class in Aspose.Cells FOSS for Python.
Handles loading conditional formatting data from XML format for .xlsx files.
This class provides 2 methods for working with ConditionalFormatXMLLoader objects in Python programs.
Available methods include: __init__, load_conditional_formatting.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: ns, workbook.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ns | `` | Read | Gets the ns. |
workbook | `` | Read | Gets the workbook. |
Methods
| Signature | Description |
|---|---|
__init__(namespaces, workbook) | Initializes a new instance of the ConditionalFormatXMLLoader class. |
load_conditional_formatting(worksheet, worksheet_root) | Loads conditional formatting from worksheet XML according to ECMA-376 specification. |