gpt4 book ai didi

google-apps-script - 气体 : Is there a way to acess the onOpen() function from a library?

转载 作者:行者123 更新时间:2023-12-02 03:40:00 25 4
gpt4 key购买 nike

我在几张纸上使用一个脚本。为了避免每次更改时都更改每张工作表中的脚本,我创建了一个库(顺便说一下,是否有更好的库替代品?)。所以我在其他工作表中这样调用我的函数:

myFunction(){
return myLibrary.myFunction();
}

但是,除了这个 myFunction() 之外,我还想调用 myLibrary 中的其他函数,即 onOpen() 函数,我用于将个性化菜单放入我的工作表中。但是当我这样做时:

onOpen(){
return myLibrary.onOpen();
}

没有任何反应。有没有办法从我的库中调用 onOpen() 函数,而不是调用我的实际工作表的 onOpen() 触发器?

谢谢!

最佳答案

你可以看看这个帖子,里面对这个问题进行了非常详细的讨论

Spreadsheet onOpen menu from a Library

关于google-apps-script - 气体 : Is there a way to acess the onOpen() function from a library?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20683487/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com