import_excel
Import data from an Excel file (.xls/.xlsx) into a new Origin workbook. Specify the file path and optionally set the workbook name.
Instructions
Import an Excel (.xls/.xlsx) file into a new workbook.
Args: file_path: Path to the Excel file (Windows or WSL style) book_name: Optional name for the resulting workbook
Returns: Name of the workbook the data was imported into
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| book_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |