I am printing some url which is coming dynamic in phpexcel
$sheet->setCellValue('M'.($results+2),($result['headline']).$result['url']);
but the output is like this Govt to start Air India roadshows in Singapore this weekhttp://www.windowtonews.com/news.php?id=288115
How can i write so that link comes on text with hyperlink
You could do this in three steps:
string2In one line it would looks like:
setCellValueExplicit() - similar to getCell(), if setted to
truereturns the cell instead of the sheet (similar to getActiveSheet()).