I am currently inserting multiple images in a Google Sheets via AppsScript function InsertImage
With it the function inserts the image but above the cell (not inside the cell). I can insert that image into the cell by clicking the three dots button and then selecting "put image in selected cell" like in this link.
The question here is how to replicate this "put image in selected cell" behaviour via AppsScript (or other coding/scripting methods) so I can automate this action.
It is not an option for me to use the formula IMAGE as that formula doesn't allow me to see the inserted images when using iOS sheets apps...
as that formula doesn't allow me to see the inserted images when using iOS sheets apps...
??? – TheMaster