I have a table which include a image in one column. I want to download table in Excel format with image data. Is there any way tot achieve this. My table looks like this

I am downloading this table into excel format but image is not coming in my excel file.
After opening my excel file looks like this:
I am using VF to convert my table data into excel. for ex:
contentType="application/vnd.ms-excel#SalesForceExport.xls"
I think images cant be exported like that. My assumption is that the export from Salesforce to Excel will create a csv table as a middle step and there images are not really supported. Would it be an option to get the link to these pictures and only export the links?