Answers for "google sheet get cell value in app script"

Go
1

set cell value google script

function doTest() {
  SpreadsheetApp.getActiveSheet().getRange('F2').setValue('Hello');
}
Posted by: Guest on October-21-2020
0

get cell value from string google sheets

=CONCAT("value is ", C5)
Posted by: Guest on December-30-2020

Code answers related to "google sheet get cell value in app script"

Browse Popular Code Answers by Language