process method

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):
    ...
ParameterTypeDescription
is_preservedboolTrue 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):
    ...
ParameterTypeDescription
rangeaspose.cells.RangeThe range to be processed
is_preservedboolTrue 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):
    ...
ParameterTypeDescription
sheet_indexintWorksheet index.
is_preservedboolTrue if the unrecognized smart marker is preserved.

Remarks

This method works on worksheet level.

See Also