get_sheet_cells_by_range_tool
Retrieve cell data from a specified range in Google Sheets using A1 notation. Specify spreadsheet, sheet name, start and end cells, and optionally include headers for structured JSON output.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_cell | Yes | Ending cell reference (e.g., 'C5', 'D10') | |
include_headers | No | Whether to include header row (default: False) | |
sheet_name | Yes | The name of the sheet to get cells from | |
spreadsheet_name | Yes | The name of the Google Spreadsheet | |
start_cell | Yes | Starting cell reference (e.g., 'A1', 'B2') |