validate_excel_range
Check and verify the existence and formatting of a specific cell range in an Excel file. Ensure data integrity by validating sheet names, start cells, and optional end cells.
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 |