- 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).
- C和C++安全編碼(原書第2版)
- 軟件測試項目實戰之性能測試篇
- NativeScript for Angular Mobile Development
- 精通網絡視頻核心開發技術
- Nexus規模化Scrum框架
- Go并發編程實戰
- Learning Concurrency in Kotlin
- 軟件測試教程
- Developing SSRS Reports for Dynamics AX
- Raspberry Pi Robotic Projects(Third Edition)
- Vue.js 3應用開發與核心源碼解析
- Python全棧開發:基礎入門
- JavaScript Concurrency
- 安卓工程師教你玩轉Android
- Beginning C# 7 Hands-On:The Core Language