Detect if Worksheet is Password Protected

Detect if Worksheet is Password Protected

Aspose.Cells for Java 8.7.0 has exposed the Protection.isProtectedWithPassword property to detect if a worksheet is password protected or not. Boolean type Protection.isProtectedWithPassword field returns true if Worksheet is password protected and false if not.