preserve_padding_spaces property

preserve_padding_spaces property

Indicates whether preserve those spaces and line breaks that are padded between formula tokens while getting and setting formulas. Default value is false.

Remarks

Generally those spaces and line breaks are jsut for visual purpose, Preserving them or not does not affect the calculated result. For performance consideration, if there is no special requirement, it is better not to preserve them while processing formulas.

Definition:

@property
def preserve_padding_spaces(self):
    ...
@preserve_padding_spaces.setter
def preserve_padding_spaces(self, value):
    ...

See Also