iT邦幫忙

鐵人檔案

2021 iThome 鐵人賽
回列表
IT管理

「Google Apps Script」 學習筆記 系列

在專案執行過程中,團隊溝通上有個 Google Docs 轉換 API Blueprint markdown 格式需求,這個原本PM有點煩惱的任務,被 Google Apps Script 輕鬆的解決了,大家很好奇實作原理,這系列整理記錄轉換過程和 Google Apps Script、API Blueprint 等相關知識。Google Apps Script 串連起 Google 許多應用,熟悉 Google Apps Script 可以處理專案團隊協作溝通上的奇妙需求,跟著我的筆記一起來了解 Google Apps Script 吧。

鐵人鍊成 | 共 30 篇文章 | 24 人訂閱 訂閱系列文 RSS系列文
DAY 11

【Day 11】Google Apps Script - API 篇 - 轉換流程架構與相關服務

介紹 Docs 轉 Api Blueprint 的整體流程架構與相關服務。 今日要點:》API篇介紹 API 篇介紹 這系列要處理的任務是把 Googl...

2021-09-26 ‧ 由 Jason Hung 分享
DAY 12

【Day 12】Google Apps Script - API 篇 - Drive Service - 雲端硬碟服務介紹

Drive(雲端硬碟) Service API 跟許多 Google Workspace 的 API 都會互相使用到,它是檔案存放的基礎。 今日要點:》...

2021-09-27 ‧ 由 Jason Hung 分享
DAY 13

【Day 13】Google Apps Script - API 篇 - Drive Service - 雲端硬碟服務範例

Google Drive(雲端硬碟) Service 使用到的 API 程式介紹 今日要點:》Drive Service 使用到的 API 程式碼介紹...

2021-09-28 ‧ 由 Jason Hung 分享
DAY 14

【Day 14】Google Apps Script - API 篇 - Document Service - 文件服務介紹

Docs(文件) Service API 可以讓你完整的控制 Google Docs(文件)裡的內容。 今日要點:》Document Service AP...

2021-09-29 ‧ 由 Jason Hung 分享
DAY 15

【Day 15】Google Apps Script - API 篇 - Document Service - 文件服務範例-新增內容

來練習幫 Google 文件增加一點內容吧。 今日要點:》Document Service 文件服務範例》新增標題與表格建立 Document Serv...

2021-09-30 ‧ 由 Jason Hung 分享
DAY 16

【Day 16】Google Apps Script - API 篇 - Document Service - 文件服務範例-讀取表格

來練習讀取 Google 文件中的表格內容吧。 今日要點:》Document Service 文件服務範例》表格內容讀取 Document Servic...

2021-10-01 ‧ 由 Jason Hung 分享
DAY 17

【Day 17】Google Apps Script - API 篇 - Spreadsheet Service - 電子試算表服務介紹

Spreadsheet(電子試算表) Service API 可以讓你完整的控制 Google sheets(電子試算表)裡的內容。 今日要點:》Spre...

2021-10-02 ‧ 由 Jason Hung 分享
DAY 18

【Day 18】Google Apps Script - API 篇 - Spreadsheet Service - 電子試算表服務範例-新增標題

來練習幫 Google Sheets(電子試算表)增加一點內容吧。 今日要點:》Spreadsheet Service 電子試算表服務範例》新增一列標題列...

2021-10-03 ‧ 由 Jason Hung 分享
DAY 19

【Day 19】Google Apps Script - API 篇 - Spreadsheet Service - 電子試算表服務範例-新增內容

來練習幫 Google Sheets(電子試算表)增加一點內容吧,把之前的 API 文件寫到 Sheets 來。 今日要點:》Spreadsheet Se...

2021-10-04 ‧ 由 Jason Hung 分享
DAY 20

【Day 20】Google Apps Script - API 篇回顧整理

停留回想:要進入下一篇前,整理回顧一下 API 篇的筆記思緒。 今日要點:》API 篇回顧整理》系列目錄整理-API 篇 API 篇回顧整理 API 篇...

2021-10-05 ‧ 由 Jason Hung 分享