is_template property

is_template property

Indicates whether saving a template file.

Remarks

NOTE: This member is now obsolete. Instead, please create XlsSaveOptions with corresponding save format(xlt for true and xls for false). This method will be removed 12 months later since August 2020. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also