📅  最后修改于: 2022-03-11 14:55:47.927000             🧑  作者: Mango
spreadsheet.getActiveCell().offset(-8,0).activate();
SpreadsheetApp.flush(); // see next line
Utilities.sleep(1000); // wait so scrolling won't be reset
spreadsheet.getActiveCell().offset(11,0).activate();
};