validate_excel_range
Check if a specified range exists and is formatted correctly in an Excel file. Use to ensure data integrity and proper structure in corporate environments using xlwings integration.
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 |