Hacker News new | past | comments | ask | show | jobs | submit login

Ah, very interesting. Though it seems they only have the document control API. What I like about the Sheets integration is that you can write normal formulas you can use inside cells. like

    function REVERSE_STRING(input) {
      return input.split("").reverse().join("");
    }
and then call that inside a cell formula.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: