[[["易于理解","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"]],["最后更新时间 (UTC):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"]]