function PHPExcel_DocumentSecurity::getWorkbookPassword in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/DocumentSecurity.php \PHPExcel_DocumentSecurity::getWorkbookPassword()
Get WorkbookPassword (hashed)
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ DocumentSecurity.php, line 186
Class
- PHPExcel_DocumentSecurity
- PHPExcel_DocumentSecurity
Code
function getWorkbookPassword() {
return $this->_workbookPassword;
}