Detect if Worksheet is Password Protected

Contents
[ ]

Aspose.Cells for Python via .NET has exposed the Protection.is_protected_with_password property to detect if a worksheet is password‑protected or not. The Boolean‑type Protection.is_protected_with_password property returns true if a Worksheet is password‑protected and false otherwise.