Hyperlink widget
Using an Excel's Hyperlink widget for exporting hyperlink content. This widget only works in Excel template files and doesn't in big spreadsheet one.
<div range="A2:H2">
<?php
\koolreport\excel\Hyperlink::create(array(
//any Text widget property
'url' => 'https://www.example.com', // override outside value or formatValue
'text' => 'Example site'
));
?>
</div>
url #
A string to define url for the hyperlink
text #
A string to define linked text for the hyperlink
Get started with KoolReport
KoolReport will help you to construct good php data report by gathering your data from multiple sources, transforming them into valuable insights, and finally visualizing them in stunning charts and graphs.