Can I make custom function on google spreadsheet without Google Apps Script?

梦想的初衷 提交于 2020-08-20 07:36:19

问题


I'm using google spreadsheet with Google Apps Script.

but it gives me error message too easily. like this

Error
Script invoked too many times per second for this Google user account. (line 0).

Is there any way to avoid the error? (except the way reduce function call) or alternative Spreadsheet program that support Javascript function define?


回答1:


As noted in the documentation you can work around this by ensuring that your function supports ranges, and the function on a range. See also the section on Optimization on the Custom Functions in Google Sheets page.




回答2:


To create a custom function you should use Google Apps Script, it's the only way. Regarding the way to avoid the error, there are several things that could be done but to be certain about what is required in your case you should add more details.



来源:https://stackoverflow.com/questions/31816235/can-i-make-custom-function-on-google-spreadsheet-without-google-apps-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!