TheDocumentation Index
Fetch the complete documentation index at: https://docs.narada.ai/llms.txt
Use this file to discover all available pages before exploring further.
read_google_sheet method reads data from a specified range of cells in a Google Sheet. This method requires that the user has the appropriate Google Sheets permissions configured in their Narada extension.
This method requires Google Sheets access to be configured in the Narada extension. If this is your first time using Google Sheets methods, the Narada extension will prompt you to authorize access. The user must have read permissions for the specified spreadsheet.
Method Signature
Parameters
The ID of the Google Sheet. This is the long string in the Google Sheets URL.
The range of cells to read in A1 notation. Can include sheet name.
Maximum time in seconds to wait for the operation to complete.
Return Value
Returns aReadGoogleSheetResponse object with the following structure:
A 2D array containing the cell values from the specified range. Each inner list represents a row.