Skip to content

Commit 20df5ed

Browse files
authored
Update recipes.md
1 parent 12e74f4 commit 20df5ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/topics/recipes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,9 @@ $spreadsheet->getActiveSheet()->getCell('E27')
649649
```
650650

651651
Excel automatically supplies a special style when a hyperlink is
652-
entered into a cell. PhpSpreadsheet cannot do so. However, you
653-
can mimic Excel's behavior with:
652+
entered into a cell. PhpSpreadsheet cannot do so. However,
653+
starting with release 4.3,
654+
you can mimic Excel's behavior with:
654655
```php
655656
$spreadsheet->getActiveSheet()
656657
->getStyle('E26')

0 commit comments

Comments
 (0)