read_data_from_excel
Read data from an Excel worksheet, including cell metadata such as validation rules. Supports optional cell range and preview mode.
Instructions
Read data from Excel worksheet with cell metadata including validation rules.
Args:
session_id: Session ID from open_workbook (required)
sheet_name: Name of worksheet
start_cell: Starting cell (default A1)
end_cell: Ending cell (optional, auto-expands if not provided)
preview_only: Whether to return preview onlyInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| sheet_name | Yes | ||
| start_cell | No | ||
| end_cell | No | ||
| preview_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |