gglukmann / use-google-sheets

📝 A React Hook for getting data from Google Sheets API v4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Get URL of "image in cell"

tizzle opened this issue · 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.

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.