For the complete documentation index, see llms.txt. This page is also available as Markdown.

ReadSheet

Reads data from a specified range in a Google Sheets spreadsheet.

Task version: 1.0.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

SpreadsheetId : String

The ID of the spreadsheet.

Default: - Example: abcdef12345...98765ABC

Range : String

The range of cells to read from the sheet, in A1 notation.

Default: Sheet1!A1:C10 Example: Sheet1!A1:C10

Task Result

Name
Description

Success : Boolean

Indicates if the task completed successfully. Example: true

Data : Object

Sheet cell data read from the specified range.

Range : String

Range that was read from the sheet.

MajorDimension : String

Major dimension of the returned data (ROWS or COLUMNS).

ETag : String

ETag of the response.

Error : Error

Error that occurred during task execution. Example: object { string Message, Exception AdditionalInfo }

Task Changelog

Changelog for Task Frends.GoogleSheets.ReadSheet.

[1.0.0] - 2025-09-10

Changed

  • Initial implementation

Last updated

Was this helpful?