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

Function onOpen

Big Query and Gemini Narrative Reporting.js:176–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176function onOpen() {
177 var ui = SpreadsheetApp.getUi();
178 ui.createMenu('Run Report')
179 .addItem('Refresh Data', 'fetchBigQueryData')
180 .addItem('Refresh Report and Data', 'generateReport')
181 .addItem('Refresh Report', 'formatReport')
182 .addItem('Authenticate', 'auth')
183 .addToUi();
184}
185
186function generateReport() {
187 auth();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected