I'm using the Google Sheets API to return the JSON of a Google Sheet,
e.g
var url = 'https://spreadsheets.google.com/feeds/list/' + id + '/od6/public/values?alt=json';
In one of the cells I have added an image, but this appears empty in the json.
How can I retrieve this image?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…