Create a side bar


  1. In Script editor, go to File -> New -> HTML file.
  2. Add in HTML code inside your file.


    1. function functionToShowSideBar()
        {  SpreadsheetApp.getUi().showSidebar(HtmlService.createHtmlOutputFromFile('NameOfHTMLFileCreated').setTitle("Hello"));
          }

          This bar will pop up at the right hand side of your sheets.

          Comments

          Popular posts from this blog

          Popup message box