/var/www/vhosts/nabawater/vendor/phpoffice/phpspreadsheet/samples/Basic
Edit: /var/www/vhosts/nabawater/vendor/phpoffice/phpspreadsheet/samples/Basic/41_Password.php (374B)
getSecurity()->setLockWindows(true);
$spreadsheet->getSecurity()->setLockStructure(true);
$spreadsheet->getSecurity()->setWorkbookPassword('secret');
// Save
$helper->write($spreadsheet, __FILE__);