Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-apps-script/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google apps script 我想在Google Sheet宏中使用Autocrat_Google Apps Script_Google Sheets - Fatal编程技术网

Google apps script 我想在Google Sheet宏中使用Autocrat

Google apps script 我想在Google Sheet宏中使用Autocrat,google-apps-script,google-sheets,Google Apps Script,Google Sheets,我正在尝试创建一个调用AutoCrat的宏,但当我完成录制宏并尝试执行它时,表示未定义Autocrat3。它缺少什么 function Autocrato() { var spreadsheet = SpreadsheetApp.getActive(); spreadsheet.getRange('L86').activate(); AutoCrat3.onStart(); } 不可能从Google Sheets宏使用Autocrat或任何其他编辑器插件 上面的两个b/c宏存储在一

我正在尝试创建一个调用AutoCrat的宏,但当我完成录制宏并尝试执行它时,表示未定义Autocrat3。它缺少什么

function Autocrato() {
  var spreadsheet = SpreadsheetApp.getActive();
  spreadsheet.getRange('L86').activate();
  AutoCrat3.onStart();
}

不可能从Google Sheets宏使用Autocrat或任何其他编辑器插件

上面的两个b/c宏存储在一个绑定的应用程序脚本项目中,编辑器加载项项目存储在另一个项目中

参考: