Skip to content
Advertisement

Tag: google-apps-script

Exception: The parameters (number[]) don’t match the method signature for SpreadsheetApp.Range.setValues

This script is to run on multiple spreadsheets and copy (export) selected data to 1 central SS: Exception: The parameters (number[]) don’t match the method signature for SpreadsheetApp.Range.setValues. doExportBLC @ temp.gs:44 Line 44: search.offset(0, 1, 1, Data.length).setValues(Data); That script is to search if the ticked was already exported, if no fill new ticket and if yes export data to that

Understanding apps script api calls?

This script works. It has user id 4 which I am adding their email address to check the google admin API. The resolved column[10] is where managers approve requests. Because some of these usernames are not correctly entered, I was looking for a way to check if they were actually correct user ids. Both .setValue() lines work under try and

Copy/paste a range from one sheet to several others depending on the value of a cell in a column

In a spreadsheet, I have a tab “CUSTOMERS” with values in the range B4:Q,. These values are imported from another spreadsheet with importrange. In C4:C of “CLIENTS”, there are the names of 3 products which correspond to the names of 3 other tabs (“DATA”, “EPHAD”, “LIVRET”) which have the same column format as the tab “CLIENTS”. What I would like

Advertisement