google apps script - Is there a way to determine when a spreadsheet is done calculating? -


i've spreadsheet lot of imports , formulas based on imports. takes long time update -- there progress bar in upper right pops ups message "calculating formulas" when hover on it. there programmatic way detect when sheet done recalculating?

i'd popup box (toast?) saying sheet busy , disappear box when sheet done recalculating.

not really. volatile functions importrange enemies of spreadsheet stability. stuck recalculating , never finish; nor particular reason creating copy creates version finishes calculating (eventually).

if work many importrange formulas , formulas based on them advisable replace import formula scheduled import via script.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -