E.g. I have a script.
Is there a way from within the script that I can use the top level interface functions like SUM() and AVERAGE() -- the things that people use to write formulas;
Alternately does each one of these have a corresponding internal script function.
Link to documentation for either of these appreciated. My google-fu so far has failed.
Voting to close my own question.
This is a duplicate of two questions:
and
The short answer (since this won't get an answer once it gets a well deserved close vote)
- Not presently in the google API.
- There are kludge ways around it, but they are slow and inefficient.
I was hoping that I could use google sheets scripting like I use perl to glue and parse unix commands.