Steps
- Open Google Sheets and create a new Sheet
- Navigate to the Tools Menu and choose 'Script Editor'
- A new tab will be opened in the browser with an empty
- Place your code that uses the REST API to retrieve the data within the function and save
- Creating Trigger - Create a trigger that will update/refresh the data when file is opened
In the Script Editor - navigate to 'Edit' menu - and choose 'Current project's triggers' - In the following window click on the link 'Click here to add one now'
- In the Run - choose the function we have just created and in the Events choose 'From Spreadsheet' along with 'On Open' and save.
- Save your Trigger and the script and re-open the google sheet.
Thank you!
Comments
Article is closed for comments.