问题描述
我有一个Google Spreadsheet,其中包含使用Google App Script编写的宏。在电子表格中单击按钮即可调用该宏。
尽管我的笔记本电脑(Windows)可以正常工作,但我不会在iPad上看到按钮( iOS6的)。
并且由于该按钮不可见,因此无法调用该宏。我使用Google Drive App for iPad在iPad上选择并打开Google Spreadsheet。
$ b 感谢您的帮助。
感谢,Milind。
虽然我确定还有其他问题需要解决,但这个功能也可能会出现问题Apple针对iOS应用程序的不执行任意代码政策。我想通过执行脚本服务器端(我相信它是如何使用web应用程序,无论如何)都能很好地避免这种情况,但我认为他们永远无法在脱机文档中提供脚本,除非Apple改变他们的政策。
I have a Google Spreadsheet with macros written using Google App Script. The macro is invoked with a click of button on the spreadsheet.
While this works fine on my Laptop (Windows), I don;t see the button on my iPad (iOs6).And as the button is not visible, there is no way to invoke the macro. I am using Google Drive App for iPad to select and open the Google Spreadsheet on iPad.
Appreciate your help.
Thanks, Milind.
While I'm sure there are other issues at play, it's possible this functionality also runs afoul of Apple's "no execution of arbitrary code" policy for iOS apps. I imagine they would be fine skirting this by executing the script server-side (which I believe is how it is done with the web app, anyway) but I don't think they will ever be able to offer scripts in documents offline unless Apple changes their policy.
这篇关于在iPad上使用Google Spreadsheeet(使用应用程序脚本)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!