chriszarate / sheetrock

Quickly connect to, query, and lazy-load data from Google Spreadsheets.
https://chriszarate.github.io/sheetrock/
818 stars 122 forks source link

Images on Google Sheet -> Sheetrock -> HTML #152

Open leolamanna opened 1 year ago

leolamanna commented 1 year ago

Sheetrock doesn't natively support images, but if you know the data is an image URL, you could use the callback option and manually create an image and append it to the page.

This follows from issue #108 (closed) and I would like to know if it is possible... I need to include the image that correspond to each row into the HTML and I don't know how!?

I'm a noob on this and I'm trying at least, to find an example page where you can see how it's set up and take it as a reference. Some help?? Can anyone give me an idea? Thank you very much in advance!