A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/get below:

Method: spreadsheets.values.get | Google Sheets

Method: spreadsheets.values.get

Stay organized with collections Save and categorize content based on your preferences.

Returns a range of values from a spreadsheet. The caller must specify the spreadsheet ID and a range.

HTTP request

GET https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values/{range}

The URL uses gRPC Transcoding syntax.

Path parameters Parameters spreadsheetId

string

The ID of the spreadsheet to retrieve data from.

range

string

The A1 notation or R1C1 notation of the range to retrieve values from.

Query parameters Parameters majorDimension

enum (Dimension)

The major dimension that results should use.

For example, if the spreadsheet data in Sheet1 is: A1=1,B1=2,A2=3,B2=4, then requesting range=Sheet1!A1:B2?majorDimension=ROWS returns [[1,2],[3,4]], whereas requesting range=Sheet1!A1:B2?majorDimension=COLUMNS returns [[1,3],[2,4]].

valueRenderOption

enum (ValueRenderOption)

How values should be represented in the output. The default render option is FORMATTED_VALUE.

dateTimeRenderOption

enum (DateTimeRenderOption)

How dates, times, and durations should be represented in the output. This is ignored if valueRenderOption is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ValueRange.

Requires one of the following OAuth scopes:

For more information, see the Authorization guide.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-21 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4