extract_from_excel_attachment
Extract key highlights from any Excel attachment, previewing sheet names, highlights, and row counts with optional row limits. Quickly inspect non-COBie Excel files without full validation.
Instructions
Extract highlights from an Excel attachment (not a COBie workbook).
Args:
excel_path: Path to the Excel file
limit_rows: Maximum rows to preview per sheet
Returns:
Dictionary with sheet names, highlights, and row counts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| excel_path | Yes | ||
| limit_rows | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||