get_range_values
Extract specific data ranges from Excel sheets by specifying file path, sheet name, and range (e.g., A1:C10). Streamlines data retrieval for analysis or processing through the Excel MCP Server.
Instructions
指定された範囲のデータを取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | 対象のExcelファイルの絶対パス | |
| range | Yes | 取得する範囲。A1:C3形式で指定(例: A1:C10, B2:D5) | |
| sheetName | Yes | 対象のワークシート名 |