我创建了一个非常简单的脚本:
var html = HtmlService.createHtmlOutput('<p style="color:yellow; background:black">Font is yellow / Backround is black!</p>');
SpreadsheetApp.getUi().showModalDialog(html, 'My Headline');
修改“用户界面”没有问题-但是我如何修改“标题”?
例如我将标题写为“我的标题”,例如:“我的 标题 ”(粗体字标题)。