Export text and image of a table into xls |
Hi,
These are my data: ID Name Photo 1 Ada (image in blob) 2 Billy (image in blob) 3 Charles (image in blob) I have no problem display them in actual pages,but not able to export all of them into xls,only text (such as ID,Name)show inside the excel but not the photo,which appear as blank cell only. Here my code(without controller and model of course): Code: <?php May I know what was I missing?Need to programmatically draw the image?
If i were you i would probably use something like PhpSpreadsheet to generate my file.
See relevant documentation on how to add an image below: https://phpspreadsheet.readthedocs.io/en...-worksheet |
Welcome Guest, Not a member yet? Register Sign In |