Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17182 программиста и 1834 робота. Сейчас ищут 1680 программистов ...
Worksheet::protect
Вернуться к: Spreadsheet_Excel_Writer
Worksheet::protect
Worksheet::protect – Set the worksheet protection flag
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::protect ( string $password )
Set the worksheet protection flag to prevent accidental modification and to hide formulas if the locked and hidden format properties have been set.
Parameter
-
string $password - The password to use for protecting the sheet.
Note
This function can not be called statically.
Example
Using protect()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer