get_sheet_cells_by_notation_tool
Extract values from specific Google Sheets cells using A1 notation. Input spreadsheet name, sheet name, and cell notations to retrieve mapped JSON data for efficient spreadsheet data retrieval.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cell_notations | Yes | List of cell notations to get values from (e.g., ['A1', 'A6', 'A10', 'E5']) | |
sheet_name | Yes | The name of the sheet to get cells from | |
spreadsheet_name | Yes | The name of the Google Spreadsheet |