AddWorkbook
Creates a new workbook using the Microsoft Graph API.
Input
| Name | Type | Description |
| Title | String | The name of the workbook to be created. |
| ParentId | String | The unique identifier of the folder where the workbook will be uploaded. If not provided, the workbook will be created in the root of the drive. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the workbook creation operation was successful. |
| WebUrl | String | The web URL of the newly created workbook, which can be used to access the workbook online. |