AppScript

含有「AppScript」共 3 篇內容
全部內容
發佈日期由新至舊
在這篇教學中,我們將學習如何使用 Google Apps Script 來連結 LINE Notify,以便於你的應用程式或自動化工作流程中發送通知。LINE Notify 是 LINE 提供的服務,可以讓你透過 LINE 帳號來發送自訂的通知訊息。
Thumbnail
想要在 Google Sheet 中自動獲取台灣的天氣資訊?你可以使用 Google Apps Script,這是 Google 提供的一個程式化工具,能夠在 Google Sheet 中執行自訂的腳本,讓你自動從中央氣象局獲取天氣資訊並將其寫入你指定的 Google Sheet。
Thumbnail
avatar-avatar
Ba Lulu
 var sheet = SpreadsheetApp.openById(spreadsheetId).getSheetByName(sheetName); sheet.getRange('A1').setValue(weatherDescription);請問執行時一直產生錯誤fetchAndWriteWeather @ 程式碼.gs:17Exception: Unexpected error while getting the method or property openById on object SpreadsheetApp.