https://github.com/yuhexiong/google-apps-script-monitor-sheet-javascript
https://github.com/yuhexiong/google-apps-script-monitor-sheet-javascript
google-apps-script javascript
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuhexiong/google-apps-script-monitor-sheet-javascript
- Owner: yuhexiong
- Created: 2024-12-16T06:40:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T03:13:12.000Z (4 months ago)
- Last Synced: 2025-02-13T01:51:16.793Z (2 months ago)
- Topics: google-apps-script, javascript
- Language: JavaScript
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-CH.md
Awesome Lists containing this project
README
# Google Apps Script Monitor Sheet
撰寫 Google Apps Script 監視 Google Sheet 的變動資訊。
範例檔案 [客戶反饋.csv](客戶反饋.csv),程式碼示範監測 sheet 中的 `聯繫方式` 欄位並抓取資料檢驗 email 格式以便做後續處理。
## Overview
- 語言: JavaScript
## Step
### 1. Set up and deploy the script
在 Google Sheet -> `擴充功能` -> `Apps Script` 內貼上程式碼
點選右上角的 `新增部署作業` -> `網頁應用程式` -> `部署`### 2. Test editing

新增一行資訊
```
2024/12/16 13:24,林小路,[email protected],產品建議,希望可以有更大的尺寸
```
編輯後可在左側 `執行項目` 內看到對應的 Log
