- Google Apps Script for Beginners
- Serge Gabet
- 216字
- 2021-07-19 18:14:21
Chapter 1. Enhancing Spreadsheets
Spreadsheets are probably the favorite entry point for any future Google Apps Script user; their primary use is to process data one way or another.
A Google spreadsheet has the basic features of all spreadsheets, using a grid of cells arranged in numbered rows and letter-named columns to organize data manipulations.
The major differences compared to other spreadsheets are that it opens in a generic browser without needing any specific program installation or license and all the data processing is handled outside your computer on Google's servers.
It is also shareable among any number of users in real time as long as they have an Internet connection and it doesn't need to be saved because every single-cell edit is recorded seamlessly and every change is logged in a so-called revision history (accessible from the File menu) that allows you to recover any previous version while being able to see who made the change and when.
When Google introduced this spreadsheet service back in 2006 as an experimental feature, I found it attractive because of the shareable access and also because cloud-based applications were new and seemed a bit magical. Now that almost everything can be hosted in the cloud, the magic has gone; nevertheless, it's still very comfortable to use.
- UI設計基礎培訓教程
- 在最好的年紀學Python:小學生趣味編程
- 自己動手實現(xiàn)Lua:虛擬機、編譯器和標準庫
- Raspberry Pi for Secret Agents(Third Edition)
- SSM輕量級框架應用實戰(zhàn)
- Swift細致入門與最佳實踐
- Mastering Xamarin.Forms(Second Edition)
- 移動增值應用開發(fā)技術導論
- Node.js 12實戰(zhàn)
- Building Dynamics CRM 2015 Dashboards with Power BI
- Practical Maya Programming with Python
- The Statistics and Calculus with Python Workshop
- MATLAB 2020 GUI程序設計從入門到精通
- Java Web動態(tài)網(wǎng)站開發(fā)(第2版·微課版)
- Mastering Clojure