mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 12:07:56 +00:00
Merge pull request #2188 from woytam/patch-1
DOCS: Gridlines when printing
This commit is contained in:
@@ -475,7 +475,7 @@ $spreadsheet->getActiveSheet()->setBreak('D10', \PhpOffice\PhpSpreadsheet\Worksh
|
||||
To show/hide gridlines when printing, use the following code:
|
||||
|
||||
```php
|
||||
$spreadsheet->getActiveSheet()->setShowGridlines(true);
|
||||
$spreadsheet->getActiveSheet()->setPrintGridlines(true);
|
||||
```
|
||||
|
||||
### Setting rows/columns to repeat at top/left
|
||||
|
||||
Reference in New Issue
Block a user