calculate_formula property

calculate_formula property

Indicates whether to calculate formulas before saving html file.

Remarks

The default value is false.

Definition:

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

See Also