Hi,
I'm getting picture data through HTTP GET request (FileData = winHttpReq.ResponseBody). I want to embed the picture in the spreadsheet without saving it first. Currently I'm using the following code, which first saves the picture in the local storage and only then inserts the picture into...