bassarisse / google-spreadsheet-to-json

Simple tool to export Google Spreadsheets to JSON files, though Node API or CLI
The Unlicense
134 stars 33 forks source link

[question] to get image raw in cell with the =IMAGE(“URL”) function? #21

Closed joneldiablo closed 6 years ago

joneldiablo commented 6 years ago

Exists any way to get the data as base64 or raw data in the json response if I have a column images with the =IMAGE('url') function?

bassarisse commented 6 years ago

That would be a great feature, but apparently we have API limitations:

https://github.com/theoephraim/node-google-spreadsheet/issues/79

However, if you're using the Node API, you could store the image's URL directly as the cell value, and then fetch them for yourself.