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

Function onOpen

automatereporting.js:108–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108function onOpen() {
109 var ui = SpreadsheetApp.getUi();
110 ui.createMenu('Custom Menu')
111 .addItem('Refresh Data', 'generateReport')
112 .addToUi();
113}
114
115function generateReport() {
116 fetchBigQueryData();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected