如何从 google 文档中调用脚本
how to call a script from inside a google document
在 google 文档中,有没有办法让一段文本(或文本中的超链接或按钮)调用 google 应用程序脚本?
选项是创建自定义菜单或侧边栏面板。有关详细信息,请参阅:
- https://developers.google.com/apps-script/guides/docs
- https://developers.google.com/apps-script/guides/menus
- https://developers.google.com/apps-script/guides/dialogs
相关问题:
- Is it possible to modify the Google Docs/Sheets right-click context menu?
- Add custom menu to a Google Document
在 google 文档中,有没有办法让一段文本(或文本中的超链接或按钮)调用 google 应用程序脚本?
选项是创建自定义菜单或侧边栏面板。有关详细信息,请参阅:
- https://developers.google.com/apps-script/guides/docs
- https://developers.google.com/apps-script/guides/menus
- https://developers.google.com/apps-script/guides/dialogs
相关问题:
- Is it possible to modify the Google Docs/Sheets right-click context menu?
- Add custom menu to a Google Document