I have build a google sheet that will be replicated 80 times for stores to enter operational data into.
We recently published a google sheet add-on(Reviewed and approved by Google OAuthTeam & Workspace Team).
I have a script that import range in files from folder. The promblem is that in column A i have 3000 not emty cell, but i need import all range but filter that have not empty cell in column B
I have custom menus in Google Sheets. I\'d like to open the menus programmatically with Google Apps Script, e.g. Spre开发者_JS百科adsheetApp.getUi().getMenu().open() .