Apps脚本中的XML错误

时间:2018-05-23 04:38:12

标签: google-apps-script google-sheets

以下代码,在Google表格中,来自Google Scripts的书籍,正在返回非法形成的XML语法。 (第7行,文件"代码")"错误。怎么了?我是Apps脚本的新手。

function helloWorldUiApp() {
    var ss = SpreadsheetApp.getActiveSpreadsheet();
    var app = UiApp.createApplication().setTitle(<Your Title>);
    app.add(app.createLabel('Hello World'));
    //TODO add your code here
    ss.show(app);
    }

0 个答案:

没有答案