read_data_from_excel
Extract structured data from Excel worksheets, including cell values, addresses, and validation rules. Specify file path, sheet name, and cell range. Returns JSON with detailed metadata for analysis or processing.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_cell | No | ||
filepath | Yes | ||
preview_only | No | ||
sheet_name | Yes | ||
start_cell | No | A1 |