get_cell_value
Retrieve specific cell values from an Excel file by providing the file path, sheet name, and cell location in A1 format.
Instructions
指定されたセルの値を取得します
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cell | Yes | セル位置。A1形式で指定(例: A1, B2, AA10) | |
filePath | Yes | 対象のExcelファイルの絶対パス | |
sheetName | Yes | 対象のワークシート名 |