use-google-sheets
use-google-sheets copied to clipboard
Feature Request: Get URL of "image in cell"
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.
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.