I have a simple stock database on a google sheet, with images inserted in cells, structured as in the image below. Currently I manage about 500 items in this way.
QUESTION
I need a script to export each cell of the column "image" as an image file (.png or .jpg), naming it as indicated in the column "code". E.g. the first image file has to be named led-fixer_COM.png
Is it possible? Can you address me to the right approach?
In the google Sheet reference I'have not found any method for directly converting cells, or ranges, as an image.
PS: please note that some images are linked as hyperlinks (=hyperlink("https://drive.google.com/...",image("https://drive.google.com/..."))), while others are not (no formula is present inside cell).
Any help is appreciated.