create_excel_file
Create a new empty .xlsx workbook. Specify file path, optional sheet names, and overwrite setting.
Instructions
Create a new empty .xlsx workbook.
@param file_path: Absolute destination path; parent directory must exist. @param sheet_names: Sheet names to create in order. None = single "Sheet1". @param overwrite: Set true to replace an existing file. Default false. @return: Confirmation with the created sheet list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| overwrite | No | ||
| sheet_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |