Skip to content
Advertisement

Tag: google-apps-script

Row is always returning 1 – Google Scripts

I am trying to display an HTML page with values from the spreadsheet. I click on my Generate HTML page link and it redirects to the HTML page I created. It displays correctly except that the script always gets values from the first row. I am under the impression that the doGet() function does not accept rows? What could it

Google Script required to copy and save data from one tab to another, then clear original tab cells – Google Sheets [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago. Improve this question I have next to no code experience and have been set this task – any help would be much appreciated. I have a google sheet

Authorization error still persists when calling getDataSourceFormula() even after allowing script to acces Google Sheets

I am trying to get the content of a cell’s formula from a custom function that I wrote. I’m just trying to get the formula stored in B2. In Google Sheets. I am getting “Exception: Authorization is required to perform that action. (line 5).”. I tried revoking the authorization, adding the next first three lines and authorizing again. Nothing worked.

Advertisement