mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 664 forks source link

Creating a URL in a cell #234

Closed elearningdave closed 1 year ago

elearningdave commented 5 years ago

How do you add a hyperlink to a cell value? I've tried doing it the HTML way into a column of type text but that is just showing the raw HTML in Excel.

Thanks

lastrohimw commented 2 years ago

Using formula =HYPERLINK("https://example.com", "Click Here")