Hii, My Name is Sushen and I am new in Google App Script development. I just trying to create a script where when i open a spreadsheet it loads a form in that sheet.My code is looks :-function onOpen(){const sidebar_html = HtmlService.createTemplateFromFile("Admission_frm");const htmloutput = sidebar_html.evaluate();const ui = SpreadsheetApp.getUi();ui.showSidebar(htmloutput);}But onOpen() function not running.What to do Please help--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/62b29978-aaa1-44a6-a023-070c20189b64n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CABeRBsKHMuijp9du6ov%2BSTOiV00-p9iVyveo13J2trNiSmtG_Q%40mail.gmail.com.