Получить ценность Google Sheet с помощью скрипта приложения

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