I've two spreadsheets in my Drive (SS1 and SS2) I'd like to create a standalone app that read values from cells A1 to A10 of SS1 Sheet1 and paste theme into cells B1 to B10 of SS2 Sheet1.
How can I do this? How can I retrive data using a standalone app?
I've seen SpreadsheetApp.openById('ID') but, SS1 will be updated multiple times in the future (reuploaded and overwrited), it will maintain its name but not the ID, right?
SpreadsheetApp
class. – tehhowch