validate_excel_range
Check if a specified cell range exists and is correctly formatted in an Excel sheet. Ensure data integrity by verifying filepath, sheet name, and cell references.
Instructions
Validate if a range exists and is properly formatted.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_cell | No | ||
filepath | Yes | ||
sheet_name | Yes | ||
start_cell | Yes |