官方文件範例首頁
spreadsheets.get 連結
spreadsheets.get 的範例程式
spreadsheets.batchUpdate 連結 Try this API 的 Request body 填寫範例:
{
"requests": [
{
"addSheet": {
"properties": {
"title": "寶寶2了"
}
}
}
]
}
spreadsheets.batchUpdate 的範例程式
- 請先申請好 Google Sheets API 憑證,並將憑證放置「tools/google_sheets」資料夾內
- 調整「.env」檔,填上自己的 SPREADSHEET_ID
- 記得先在終端機輸入
yarn
將套件安裝 - 套件安裝完後在終端機輸入
yarn start
即可執行