mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +00:00
fix Conditional formatting a cell documentation
This commit is contained in:
@@ -1293,8 +1293,8 @@ style object:
|
||||
|
||||
```php
|
||||
$spreadsheet->getActiveSheet()
|
||||
->duplicateStyle(
|
||||
$spreadsheet->getActiveSheet()->getStyle('B2'),
|
||||
->duplicateConditionalStyle(
|
||||
$spreadsheet->getActiveSheet()->getConditionalStyles('B2'),
|
||||
'B3:B7'
|
||||
);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user