read_excel_workbook
Read an Excel workbook to extract data from .xlsx files, optionally targeting a specific sheet.
Instructions
Read an Excel workbook and return its data.
Args: path: Path to the .xlsx file sheet_name: Specific sheet to read (empty = all sheets)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| sheet_name | No |