I am isung PHPExcel and have a URL in a string. When doing:
$url = \'http://dx.doi.org/10.1016/j.phymed.2005.11.003\' $xls = new PHPExcel(); $xls->setActiveSh
Try to write your code as below line:
$objSheet->setCellValue('A1', '=Hyperlink("https://www.someurl.com/","Mi web")');