Vào HTML tạo ra 1 form html, tên frm_thongbao
function openDialog() {
var html = HtmlService.createHtmlOutputFromFile('frm_thongbao');
SpreadsheetApp.getUi() //
.showModalDialog(html, 'Dialog title');
}
Hiển thị hộp thoại form trong App Script