WorkbookProtection

WorkbookProtection

Overview

WorkbookProtection is a class in Aspose.Cells FOSS for Python.

Represents workbook protection settings.

Properties

NameTypeAccessDescription
lock_structure``ReadWhether workbook structure is locked.
lock_windows``ReadWhether workbook windows are locked.
lock_revision``ReadWhether revision tracking is locked.
revisions_password``ReadHashed password for revision protection.
workbook_password``ReadHashed password for workbook protection.
is_protected``ReadReturns True if workbook has any protection enabled.

Methods

SignatureDescription
__init__()

See Also