- Learning Google Apps Script
- Ramalingam Ganapathy
- 242字
- 2021-07-16 12:40:02
Google Apps services
Google provides Apps services to enable GAS to interact with the Apps. Almost all of the Apps provide one or more services. You can use these service classes in your GAS code to customize or automate Apps. Services are grouped as basic and advanced. You can use basic services directly, but for advanced services you need to enable them before using them. You will see how to enable them later on.
Creating Google Sheets in Drive and sharing them with your friends and the public
Here are the steps to create a Google Sheet:
- Run your favorite browser and type https://drive.google.com/ in the address bar.
Tip
In order to use Google Drive, you should have a Google account. If you don't have an account, then create one.
- Now the Google Drive page will open. In the left pane, click on the NEW button and on Google Sheets:
- After creating a new Sheet, right-click on it (Windows) or context click (Mac) and select the Share... option:
- A new pop-up window will open as shown in the following screenshot. After that, enter the e-mail address, or addresses, with which you would like to share the document. Finally, click on the Done button:
Google will send a share notification to your friend(s). When your friend(s) click on the access link provided, they will get access to your document.
Congratulations! You have created a new Sheet and successfully shared it with your friend(s).
- Bootstrap Site Blueprints Volume II
- DevOps with Kubernetes
- Java入門經典(第6版)
- Mastering Spring MVC 4
- Neo4j Essentials
- Flash CS6中文版應用教程(第三版)
- 數據結構(C語言)
- 深入淺出Serverless:技術原理與應用實踐
- Android Wear Projects
- OpenStack Networking Essentials
- App Inventor少兒趣味編程動手做
- Python一行流:像專家一樣寫代碼
- PhoneGap 4 Mobile Application Development Cookbook
- Visual C++從入門到精通(第2版)
- HTML5移動前端開發基礎與實戰(微課版)