Skip to content

Commit

Permalink
fix Conditional formatting a cell documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacknife committed Nov 23, 2024
1 parent f37b119 commit 1fe3626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1293,8 +1293,8 @@ style object:

```php
$spreadsheet->getActiveSheet()
->duplicateStyle(
$spreadsheet->getActiveSheet()->getStyle('B2'),
->duplicateConditionalStyle(
$spreadsheet->getActiveSheet()->getConditionalStyles('B2'),
'B3:B7'
);
```
Expand Down

0 comments on commit 1fe3626

Please sign in to comment.