isProtectionEnabled() isProtectionEnabled() : boolean Is some sort of protection enabled? Returns boolean
setObjects() setObjects(boolean $pValue) : $this Set Objects. Parameters boolean $pValue Returns $this
setScenarios() setScenarios(boolean $pValue) : $this Set Scenarios. Parameters boolean $pValue Returns $this
setFormatCells() setFormatCells(boolean $pValue) : $this Set FormatCells. Parameters boolean $pValue Returns $this
setFormatColumns() setFormatColumns(boolean $pValue) : $this Set FormatColumns. Parameters boolean $pValue Returns $this
setFormatRows() setFormatRows(boolean $pValue) : $this Set FormatRows. Parameters boolean $pValue Returns $this
setInsertColumns() setInsertColumns(boolean $pValue) : $this Set InsertColumns. Parameters boolean $pValue Returns $this
setInsertRows() setInsertRows(boolean $pValue) : $this Set InsertRows. Parameters boolean $pValue Returns $this
setInsertHyperlinks() setInsertHyperlinks(boolean $pValue) : $this Set InsertHyperlinks. Parameters boolean $pValue Returns $this
setDeleteColumns() setDeleteColumns(boolean $pValue) : $this Set DeleteColumns. Parameters boolean $pValue Returns $this
setDeleteRows() setDeleteRows(boolean $pValue) : $this Set DeleteRows. Parameters boolean $pValue Returns $this
setSelectLockedCells() setSelectLockedCells(boolean $pValue) : $this Set SelectLockedCells. Parameters boolean $pValue Returns $this
setAutoFilter() setAutoFilter(boolean $pValue) : $this Set AutoFilter. Parameters boolean $pValue Returns $this
setPivotTables() setPivotTables(boolean $pValue) : $this Set PivotTables. Parameters boolean $pValue Returns $this
setSelectUnlockedCells() setSelectUnlockedCells(boolean $pValue) : $this Set SelectUnlockedCells. Parameters boolean $pValue Returns $this
setPassword() setPassword(string $pValue, boolean $pAlreadyHashed = false) : $this Set Password. Parameters string $pValue boolean $pAlreadyHashed If the password has already been hashed, set this to true Returns $this
setAlgorithm() setAlgorithm(\PhpOffice\PhpSpreadsheet\Worksheet\string $algorithm) Set algorithm name. Parameters \PhpOffice\PhpSpreadsheet\Worksheet\string $algorithm
setSalt() setSalt(\PhpOffice\PhpSpreadsheet\Worksheet\string $salt) Set salt value. Parameters \PhpOffice\PhpSpreadsheet\Worksheet\string $salt
setSpinCount() setSpinCount(\PhpOffice\PhpSpreadsheet\Worksheet\int $spinCount) Set spin count. Parameters \PhpOffice\PhpSpreadsheet\Worksheet\int $spinCount
verify() verify(\PhpOffice\PhpSpreadsheet\Worksheet\string $password) Verify that the given non-hashed password can "unlock" the protection. Parameters \PhpOffice\PhpSpreadsheet\Worksheet\string $password