I want to set text or number in Google Sheet from script.
I want to set Hello
or number 9
in cell F2
. I found this code so far:
SpreadsheetApp.getActiveRange().setValue('hello');
but that doesn't specify which cell.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…