Is it possible to see changes to a Google Spreadsheet made by an Apps Script while the script is still running?
It appears to me that if a Google Apps script makes several modifications to a spreadsheet, they all take effect, or at least they all LOOK (on screen) like they take effect only when the script terminates.
SpreadsheetApp.flush()- Alan Wells