MCPcopy Create free account
hub / github.com/analyticswithadam/App_Script / onOpen

Function onOpen

Data to Narrative with Input.js:217–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215}
216
217function onOpen() {
218 var ui = SpreadsheetApp.getUi();
219 ui.createMenu('Run Report')
220 .addItem('Refresh Data', 'fetchBigQueryData')
221 .addItem('Refresh Report and Data', 'generateReport')
222 .addItem('Refresh Report', 'formatReport')
223 .addItem('Authenticate', 'auth')
224 .addToUi();
225}
226
227function generateReport() {
228 auth();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected