process method

process

Processes the smart markers and populates the data source values.

def process(self):
    ...

process

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

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