- 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.
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Mastering Julia
- 秒懂設計模式
- 單片機應用與調試項目教程(C語言版)
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- SQL Server數據庫管理與開發兵書
- ASP.NET程序開發范例寶典
- 區塊鏈項目開發指南
- Hadoop大數據分析技術
- Java多線程并發體系實戰(微課視頻版)
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- C#教程
- R統計應用開發實戰
- Web前端開發全程實戰:HTML5+CSS3+JavaScript+jQuery+Bootstrap
- 代碼整潔之道:程序員的職業素養