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