We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e74f4 commit 20df5edCopy full SHA for 20df5ed
docs/topics/recipes.md
@@ -649,8 +649,9 @@ $spreadsheet->getActiveSheet()->getCell('E27')
649
```
650
651
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:
+entered into a cell. PhpSpreadsheet cannot do so. However,
+starting with release 4.3,
654
+you can mimic Excel's behavior with:
655
```php
656
$spreadsheet->getActiveSheet()
657
->getStyle('E26')
0 commit comments