get_sheet_cells_by_notation_tool
Retrieve values from specific Google Sheets cells using A1 notation. Input spreadsheet name, sheet name, and cell notations to get mapped values in JSON format.
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 |