read_sheet_data
Read data directly from Google Sheets using spreadsheet ID and range, with optional rendering format. No Apps Script required.
Instructions
📊 Google Sheets API経由でデータ直接読み込み(Apps Script不要)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | 読み込み範囲(A1記法、例: Sheet1!A1:C10) | |
| spreadsheet_id | Yes | スプレッドシートID | |
| value_render_option | No | レンダリング方式 | FORMATTED_VALUE |