Extend Google Spreadsheets UI with a Google Web App

后端 未结 1 1248
清酒与你
清酒与你 2021-01-19 15:59

I created a script for Google Spreadsheets, this script just adds a new menu item as described here Custom Menu Items in a Spreadsheet. Then I deploy this script as a Web Ap

1条回答
  •  南方客
    南方客 (楼主)
    2021-01-19 16:41

    When you deploy the script as a web app, users of the web app will only see content you "return" from the doGet function. You can create content using UiApp or HtmlService and return this content to be rendered in a browser. Your new menu items are attached to a spreadsheet, so they can only be displayed when the user goes to the spreadsheet itself (activating the onOpen trigger, etc).

    0 讨论(0)
提交回复
热议问题