# Create New Workbook

> `UiPath.Excel.Activities.CreateNewWorkbook`

`UiPath.Excel.Activities.CreateNewWorkbook`

Creates a new workbook with a new empty sheet.

## Project compatibility

Windows | Cross-platform

## Configuration

Configure the following:

* **File (local path)** - The full local path of the workbook.
* **SheetName** - The name of the sheet from the workbook.

## Properties

**Options**

* **Password** - The password of the workbook, if necessary.
* **Conflict Behavior** - Indicates the conflict resolution behavior in case a file with the same name already exists. Select one of the following options:
    * **Replace**
    * **Don't replace**
    * **Use existing**

**Output**

* **Workbook File** - The generated workbook.
