I am hoping there is an easy way to do this but am at a loss. It's a hard subject to search on so I apologize if it has been covered previously. couldn't find exactly what I was looking for.
What I have is a MySQL table. In that table there is a field which has a full image src which was scraped from a website like so:
<img src="http://whatever.com/image.jpg" height="30" width="120"/>
Right now I have the entire table being exported into a CSV file which is then opened and manipulated in Excel but it only has this image link in text format.
I am hoping there is an easy way to say save to Excel format xls/xlsx, then reopen the file and it shows the actual image rather than just the text that was pulled from the database.
Thanks much.