process method
Contents
[
Hide
]process(self)
Processes the smart markers and populates the data source values.
def process(self):
...
process(self, is_preserved)
Processes the smart markers and populates the data source values.
def process(self, is_preserved):
...
Parameter | Type | Description |
---|---|---|
is_preserved | bool | True if the unrecognized smart marker is preserved. |
process(self, range, is_preserved)
Processes the smart markers and populates the data source values.
def process(self, range, is_preserved):
...
Parameter | Type | Description |
---|---|---|
range | aspose.cells.Range | The range to be processed |
is_preserved | bool | True if the unrecognized smart marker is preserved. |
Remarks
NOTE: This class is now obsolete. Instead, please use Range smart markers. This property will be removed 12 months later since July 2025. Aspose apologizes for any inconvenience you may have experienced.
process(self, sheet_index, is_preserved)
Processes the smart markers and populates the data source values.
def process(self, sheet_index, is_preserved):
...
Parameter | Type | Description |
---|---|---|
sheet_index | int | Worksheet index. |
is_preserved | bool | True if the unrecognized smart marker is preserved. |
Remarks
This method works on worksheet level.
See Also
- module
aspose.cells
- class
WorkbookDesigner