use-google-sheets icon indicating copy to clipboard operation
use-google-sheets copied to clipboard

Feature Request: Get URL of "image in cell"

Open tizzle opened this issue 3 years ago • 1 comments

Hi, thanks a lot for this great project. I have a question / feature request.

Currently when i have an image in a cell in a sheet, the hook returns an empty string.

image

activityDescription: "Taking the bike to the barber"
activityImage: ""
experienceValue: "0"
needs: ""
stage: "Before"

Is it possible to retrieve the URL to that image? I think this would be a very useful feature.

tizzle avatar Jun 16 '21 12:06 tizzle

That would be awesome. I tested it and Google Sheets API itself returns it as empty cell, nothing I can do right now. Alternatively, you could create another column with only URL and get it from there.

gglukmann avatar Jun 17 '21 09:06 gglukmann