Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://code.google.com/googleapps/appsscript/class_range.html#getFormula
有我可以安装的脚本还是我需要自己编写脚本?在那之后?
是的,您需要编写一个调用该方法的 google-apps-script,是否要使用它。
在您的电子表格中,转到 Tools->Scripts->Scripts Editor 并在那里编写您的代码。
当然,该getFormula方法只是返回给定单元格中公式的字符串表示形式。您只需将光标移到该单元格即可执行某些操作。所以你不需要为此编写脚本。
getFormula