excel_get_cell
Read the value from a specific cell in an Excel file. Specify the file path, sheet name, and cell address to retrieve the data.
Instructions
Read value from a specific cell
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| cellAddress | Yes | Cell address (e.g., A1) | |
| responseFormat | No | json |