Is there any method to open and visualize with javascript a google spreadsheet?
In other words I would like to create a script in the Google spreadsheet A,which would be able to physically open and select the spreadsheet B. By Looking at Google Script API – I saw that it is possible to use the SpreadsheetApp.openbyID() method;but it doesn’t physically open the spreadsheet and select a specific sheet.
Can somebody tell me if this is possible and what API command should be used for the purpose?
You can do it by embed JavaScript to the google spreadshoot page.
For that, you can user userscripts or to developer your an extension for google chrome.