create_excel_workbook
Create a new Excel workbook (XLSX) file at a specified path, with an optional first sheet name.
Instructions
Create a new Excel workbook (.xlsx).
Args: path: Absolute file path for the new workbook sheet_name: Name for the first sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| sheet_name | No | Sheet1 |