create_workbook
Create a new Excel workbook with a specified filepath and an optional initial worksheet name. Provides a way to generate .xlsx files without requiring Microsoft Excel or LibreOffice.
Instructions
Create a new Excel workbook with an optional initial worksheet name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| sheet_name | No | Sheet1 |