Spreadsheet onOpen menu from a Library

后端 未结 4 1418
长发绾君心
长发绾君心 2020-12-10 17:33

I will distribute a spreadsheet with onOpen menu among several users. I would like to keep the menu definitions and functionality within a Library, so if I add some menu opt

4条回答
  •  無奈伤痛
    2020-12-10 18:14

    error like: "Script function someFunction1 could not be found" is tring to call someFunction1 in the "local" code not the lib

    see; https://code.google.com/p/google-apps-script-issues/issues/detail?id=1346

    you can work around this by adding a stub function to the "local" code.

提交回复
热议问题