excel_get_data_validation_info
Retrieve data validation rules for a specific cell in an Excel file. Provide the file path, sheet name, and cell address to obtain validation constraints.
Instructions
Get data validation rules for a 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 |