February 2014
Beginner to intermediate
178 pages
4h 2m
English
You probably noticed when playing with the preceding script example that it takes some time to execute. You must remember how these spreadsheets and scripts actually work.
The sheet we see in our browser does not exist as a file in our computer; all its data is stored on a Google server somewhere and it is rendered as HTML content that can be understood by any web browser.
Each time we make a change manually or using a script, the information is sent to the server, interpreted, processed, and sent back to us using our Internet connection.
This can be a time-consuming journey for all those bytes; some parameters are predictable (our average connection speed, for example) ...
Read now
Unlock full access