Filter and generate results from spreadsheet in Web App
In Google scripting i found a way to deploy a web app. Is it stable enough for it be deployed as a web app all the time and also to be accessible from anywhere. I have a lot of confusions regarding this. Also the main starting issue iam faced with is the usage of this query>
var ss = SpreadsheetApp.getActive();
var sheet = ss.getActiveSheet();
In the web app how does the var ss
gets the specific Spreadsheet from the drive if i have more than 1 spreadsheet.
How to specifically point to a single specific spreadsheet
So, to sum up i have these confusions:
- Using the link which comes after publishing as web app- can it be used without any issues
- How to specifically point ouut a single spreadsheet if i have multiple spreadsheets.
Please guide me on this.