[[["容易理解","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-10-15 (世界標準時間)。"],[[["Clears one or more ranges of values from a spreadsheet, keeping all formatting and data validation."],["Requires specifying the spreadsheet ID and the ranges to clear using A1 or R1C1 notation."],["Returns the spreadsheet ID and a list of the cleared ranges, bounded by the sheet's limits if necessary."],["Needs authorization with specific OAuth scopes related to Google Drive or Spreadsheets."]]],["This describes clearing spreadsheet values using a `POST` request to `https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values:batchClear`. The `spreadsheetId` is a path parameter. The request body, in JSON, specifies `ranges` (using A1 or R1C1 notation) to be cleared. The successful response body includes the `spreadsheetId` and the `clearedRanges` (in A1 notation). This operation requires authorization via OAuth scopes like `drive`, `drive.file`, or `spreadsheets`. Only the cell values are removed, keeping other properties.\n"]]