ray88’s diary

お仕事で困ったとき用の自分用の覚書

GAS セルの値を取得する

var sh = SpreadsheetApp.getActiveSpreadsheet().getSheetByName('シート名')
var str_Temp = sh.getRange('A1').getValue();