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
Post a Comment