create_worksheet
Create a new workbook with a worksheet in Origin, specifying the book name and optional sheet name. Returns the actual workbook name.
Instructions
Create a new workbook with a worksheet in Origin.
Args: book_name: Name for the new workbook sheet_name: Name for the sheet (default: Sheet1)
Returns: Created workbook name (may differ from book_name if it was taken)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_name | Yes | ||
| sheet_name | No | Sheet1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |