load_formulas property

load_formulas property

Indicates whether importing formulas if the original html file contains formulas

Definition:

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

See Also