[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-09-05 (世界標準時間)。"],[[["This API call retrieves a specified spreadsheet using its ID."],["You can control the data returned by using `fields`, `includeGridData`, or `ranges` URL parameters."],["For optimal performance with large spreadsheets, it's recommended to specify only the necessary fields or ranges."],["The response includes the spreadsheet data in the specified format, if successful."],["Proper authorization with specific OAuth scopes like `drive` or `spreadsheets` is required to use this API."]]],["This describes retrieving a spreadsheet using a `GET` request to the specified URL, including the spreadsheet ID as a path parameter. Users can include grid data by setting the `includeGridData` query parameter to true or by specifying a field mask. The `ranges` query parameter allows retrieving specific sections using A1 notation. The request body is empty, and the response is a Spreadsheet instance. Authorization requires one of several listed OAuth scopes.\n"]]