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

# Data Frame To Excel

**Type:** `lib.excel.DataFrameToExcel`

**Namespace:** `lib.excel`

## Description

Writes a DataFrame to an Excel worksheet.
    excel, dataframe, export

    Use cases:
    - Export data analysis results
    - Create reports from data

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| workbook | `excel` | The Excel workbook to write to | `{"type":"excel","uri":"","asset_id":null,"data"...` |
| dataframe | `dataframe` | DataFrame to write | `{"type":"dataframe","uri":"","asset_id":null,"d...` |
| sheet_name | `str` | Target worksheet name | `Sheet1` |
| start_cell | `str` | Starting cell for data | `A1` |
| include_header | `bool` | Include column headers | `true` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `any` |  |

## Related Nodes

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