傳回試算表中某個範圍的值。呼叫者必須指定試算表 ID 和範圍。
HTTP 要求
GET https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values/{range}
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
spreadsheetId |
要做為擷取資料的來源試算表 ID。 |
range |
範圍的 A1 標記法或 R1C1 標記法,用於擷取值。 |
查詢參數
參數 | |
---|---|
majorDimension |
結果要使用的主要維度。 舉例來說,如果 Sheet1 中的試算表資料為: |
valueRenderOption |
值在輸出內容中的表示方式。預設的轉譯選項為 |
dateTimeRenderOption |
日期、時間和持續時間的輸出方式。如果 |
要求主體
要求主體必須為空白。
回應主體
如果成功,回應主體會包含 ValueRange
的執行例項。
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.readonly
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/spreadsheets
https://www.googleapis.com/auth/spreadsheets.readonly
詳情請參閱授權指南。