Skip to content
Advertisement

Tag: google-sheets

Trying to add a hyperlink to Google Sheets via API

I’m using the gapi.client.sheets.spreadsheets.create() method and passing in an object to create a spreadsheet with some predefined values. I’ve tried various implementations and haven’t yet succeeded in pulling it off. I’m referring to the docs here: https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets#CellData. My Object looks something like this: Google says: “To set it, use a =HYPERLINK formula”. Is this not the hyperlink formula? When the

Google Docs Spreadsheet to JSON

I’ve seen numerous articles on this but they seem outdated, for instance none of the Google Docs Spreadsheet urls has key parameter. I read this as well: JSON data from google spreadsheet Then I read this to access data https://developers.google.com/gdata/samples/spreadsheet_sample My spreadsheet exists at: https://docs.google.com/spreadsheets/d/1SKI5773_68HiSve1fsz7fr4gotjFWHB7KBuVsOlLz6I/edit#gid=0 I’ve tried using this code, I think I have a problem with the key or

Advertisement