Скрипт для отображения боковой панели
Код: Выделить всё
//@OnlyCurrentDoc
function onOpen() {
SpreadsheetApp.getUi().createMenu("👉blablabla👈").addItem("blablabla", "showSidebar").addToUi();
}
function showSidebar() {
SpreadsheetApp.getUi().showSidebar(HtmlService.createHtmlOutputFromFile("Sidebar.html").setTitle("Remplir formulaire"));
}
Код: Выделить всё
https://docs.google.com/forms/xxxxxxxxxxxx
Код: Выделить всё
function GetUrlForm() {
var ss = SpreadsheetApp.getActiveSpreadsheet();
return ss.getFormUrl();
}
Подробнее здесь: https://stackoverflow.com/questions/726 ... preadsheet
Мобильная версия