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 如何通过API运行宏?_Google Apps Script_Google Sheets_Google Sheets Api_Google Sheets Macros - Fatal编程技术网

Google apps script 如何通过API运行宏?

Google apps script 如何通过API运行宏?,google-apps-script,google-sheets,google-sheets-api,google-sheets-macros,Google Apps Script,Google Sheets,Google Sheets Api,Google Sheets Macros,我知道你可以在谷歌表格中记录宏。好奇我将如何调用V4表API 我没有看到任何与运行宏相关的内容,正如@tanaike在评论中提到的,这不能使用Sheets API来完成 但由于宏绑定到Google Apps脚本函数,因此可以通过使用Google Apps脚本API运行绑定函数来运行宏 您可以从Google Apps脚本API运行方法中找到文档。正如@tanaike的评论中所提到的,这不能使用表单API来完成 但由于宏绑定到Google Apps脚本函数,因此可以通过使用Google Apps脚本

我知道你可以在谷歌表格中记录宏。好奇我将如何调用V4表API


我没有看到任何与运行宏相关的内容,正如@tanaike在评论中提到的,这不能使用Sheets API来完成

但由于宏绑定到Google Apps脚本函数,因此可以通过使用Google Apps脚本API运行绑定函数来运行宏


您可以从Google Apps脚本API运行方法中找到文档。

正如@tanaike的评论中所提到的,这不能使用表单API来完成

但由于宏绑定到Google Apps脚本函数,因此可以通过使用Google Apps脚本API运行绑定函数来运行宏


您可以从Google Apps脚本API运行方法中找到文档。

Google Sheets宏由电子表格的容器绑定脚本函数管理。因此,当您希望从外部运行函数时,很遗憾,它无法通过API实现。Google Sheets宏由电子表格的容器绑定脚本函数管理。因此,当您希望从外部运行函数时,很遗憾,它无法通过API实现。你可以通过和来实现它。