---
title: "Create Workbook"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/excel/createworkbook
markdown: https://docs.nodetool.ai/nodes/lib/excel/createworkbook.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/excel/createworkbook.md
---

# Create Workbook

**Type:** `lib.excel.CreateWorkbook`

**Namespace:** `lib.excel`

## Description

Creates a new Excel workbook.
    excel, workbook, create

    Use cases:
    - Initialize new Excel files
    - Start spreadsheet creation workflows

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| sheet_name | `str` | Name for the first worksheet | `Sheet1` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `excel` |  |

## Related Nodes

Browse other nodes in the [lib.excel](./) namespace.
