---
title: "Save 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/saveworkbook
markdown: https://docs.nodetool.ai/nodes/lib/excel/saveworkbook.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/excel/saveworkbook.md
---

# Save Workbook

**Type:** `lib.excel.SaveWorkbook`

**Namespace:** `lib.excel`

## Description

Saves an Excel workbook to disk.
    excel, save, export

    Use cases:
    - Export final spreadsheet
    - Save work in progress

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| workbook | `excel` | The Excel workbook to save | `{"type":"excel","uri":"","asset_id":null,"data"...` |
| folder | `file_path` | The folder to save the file to. | `{"type":"file_path","path":""}` |
| filename | `str` |          The filename to save the file to.         You can use time and date variables to create unique names:         %Y - Year         %m - Month         %d - Day         %H - Hour         %M - Minute         %S - Second          | `` |

## Outputs

_(none)_

## Related Nodes

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