get_range_values
Retrieve data from specified Excel ranges with file path, sheet name, and range input using the Model Context Protocol server for spreadsheet automation.
Instructions
指定された範囲のデータを取得します
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | 対象のExcelファイルの絶対パス | |
range | Yes | 取得する範囲。A1:C3形式で指定(例: A1:C10, B2:D5) | |
sheetName | Yes | 対象のワークシート名 |