Kind of curious, what are you using to export, zapier integration? It sounds like once in sheets, you see the images as urls rather than actual images? Maybe the quickest way is to use Google app scripts to write a custom script that converts urls in the cells to images. This script would fetch each image from its URL and insert it into the respective cell in the Google Sheet.