get_cell
Retrieve the value from a specific cell in Excel or CSV files using A1 notation. Specify file path and cell address to extract data for analysis.
Instructions
Get the value of a specific cell using A1 notation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the CSV or Excel file | |
| cell | Yes | Cell address in A1 notation (e.g., "A1", "B5") | |
| sheet | No | Sheet name for Excel files (optional) |