Reputation: 77
I have an App Scirpt that should work with certain Google Spreadsheet, let's say "database". I then embed this spreadsheet into other web documents, and schedule to run every minute.
From all the tutorials I learnt that I should use the getActiveSheet()
function. But this deals with any opened active GSheet in the broswer.
How can I specify for the script to work exactly with the "database" Google Spreadsheet?
Upvotes: 0
Views: 1055