Running Google Script without updating spreadsheet? -


i have multiple scripts want run on data in spreadsheet. of data populated random number function.. change every time spreadsheet updated/edited.

it seems scripts update spreadsheet if doesn't explicitly edit cells. causes of data change mid-script , mess things up.

is there way stop spreadsheet updating while script running?

no, don't think so. you'll need come way of structuring retrieval , updating of data, , timing of flow of events. check conditions, , halt script if need be. set key cell values script, rather function in cell.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -