Änderungen https Andy Müller rückgängig gemacht
This commit is contained in:
@ -230,7 +230,7 @@ You can make a cell a clickable URL by setting its hyperlink property:
|
||||
|
||||
```php
|
||||
$objPHPExcel->getActiveSheet()->setCellValue('E26', 'www.phpexcel.net');
|
||||
$objPHPExcel->getActiveSheet()->getCell('E26')->getHyperlink()->setUrl('http://www.phpexcel.net');
|
||||
$objPHPExcel->getActiveSheet()->getCell('E26')->getHyperlink()->setUrl('https://www.phpexcel.net');
|
||||
```
|
||||
|
||||
If you want to make a hyperlink to another worksheet/cell, use the following code:
|
||||
|
Reference in New Issue
Block a user