$this->phpExcelObj->getActiveSheet()->setCellValueExplicit('A1', $id, PHPExcel_Cell_DataType::TYPE_STRING2, TRUE)->getHyperlink()->setUrl(strip_tags($link));
A1 is the position of cell$id is the text value
$link is the url
from https://codeigniter.com/userguide2/database/active_record.html...
<p>Capture Image: <input type="file" accept="image/*" id="capture" capture="camera">...
https://stackoverflow.com/questions/8541291/codeigniter-this-db-get-how-do-i-return-values-for-a-...
https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_onclick <!DOCTYPE...
Copyright © 2025 JID Solutions. All Rights Reserved.