Clarify doc about security
This commit is contained in:
parent
1c5db4e170
commit
5e15abc60a
|
@ -910,15 +910,18 @@ practice...
|
||||||
|
|
||||||
## Setting security on a spreadsheet
|
## Setting security on a spreadsheet
|
||||||
|
|
||||||
Excel offers 3 levels of "protection": document security, sheet security
|
Excel offers 3 levels of "protection":
|
||||||
and cell security.
|
|
||||||
|
|
||||||
Document security allows you to set a password on a complete
|
- Document: allows you to set a password on a complete
|
||||||
spreadsheet, allowing changes to be made only when that password is
|
spreadsheet, allowing changes to be made only when that password is
|
||||||
entered.Worksheet security offers other security options: you can
|
entered.
|
||||||
disallow inserting rows on a specific sheet, disallow sorting, ... Cell
|
- Worksheet: offers other security options: you can
|
||||||
security offers the option to lock/unlock a cell as well as show/hide
|
disallow inserting rows on a specific sheet, disallow sorting, ...
|
||||||
the internal formulaAn example on setting document security:
|
- Cell: offers the option to lock/unlock a cell as well as show/hide
|
||||||
|
the internal formula.
|
||||||
|
|
||||||
|
|
||||||
|
An example on setting document security:
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
$spreadsheet->getSecurity()->setLockWindows(true);
|
$spreadsheet->getSecurity()->setLockWindows(true);
|
||||||
|
|
Loading…
Reference in New Issue