2025-11-15 GAS セルの値を取得する var sh = SpreadsheetApp.getActiveSpreadsheet().getSheetByName('シート名') var str_Temp = sh.getRange('A1').getValue();