Google 脚本无法在 iPadOS 15 中运行

发布于 2025-01-10 16:58:14 字数 171 浏览 0 评论 0原文

我是这里的新手,如果有人能解释我的问题,我将不胜感激。我有一个使用 Google Sheet 开发的项目,并在我的 iMac 中使用它。当我在运行 iPadOS 15 的 iPad Pro 中打开同一个 Google 表格(在 Google 云端硬盘中)时,系统没有为我提供打开 App Acript 项目的机会。有什么帮助吗?

I'm a neophyte here and I would appreciate if anyone could put some light on my problem. I have a project I've developed using Google Sheet and I use it in my iMac. When I open the same Google Sheet (in my Google Drive) in my iPad Pro, running iPadOS 15, the system do not offer me the opportunity to open my App Acript Project. Any help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

起风了 2025-01-17 16:58:14

Google 移动应用程序(例如 Google 表格应用程序)不包含用于创建/打开有界脚本编辑器的菜单选项。此外,类 UI 不适用于移动应用程序,即不会显示自定义菜单,但编辑和更改触发器可能会起作用。如果您需要 Google Apps 脚本的完整功能,请使用网络浏览器在桌面模式下打开电子表格。

PS 如果您想“直接”访问您的脚本,您可以使用 Google Apps 脚本项目 URL 或打开您可以在 中找到它https://script.google.com

Google mobile apps like Google Sheets app don't include a menu option to create / open a bounded script editor. Also the Class UI doesn't work in mobile apps i.e. a custom menu will not be shown but and edit and change triggers might work. If you need the full functionality of Google Apps Script open your spreadsheet using a web browser in desktop mode.

P.S. If you want to go "directly" to your script you might use the Google Apps Script project URL or open you can find it in https://script.google.com.

ゞ花落谁相伴 2025-01-17 16:58:14

我可以通过从 onEdit() 函数触发它们来运行我想要的所有脚本。

使用数据验证创建下拉列表,然后让 onEdit() 代码检查编辑是否位于相关单元格中,然后运行根据新单元格值选择的函数。

I've able to run all the scripts I've wanted to by triggering them from the onEdit() function.

Use data validation to create a drop-down, then have the onEdit() code check that the edit is in the relevant cell, then run a function chosen according to the new cell value.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文