Obtenha o valor do Google Sheet com script de aplicativo

var value = SpreadsheetApp.getActiveSheet().getRange('B12').getValue();
Witty Wolf