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

# Excel To Data Frame

**Type:** `lib.excel.ExcelToDataFrame`

**Namespace:** `lib.excel`

## Description

Reads an Excel worksheet into a pandas DataFrame.
    excel, dataframe, import

    Use cases:
    - Import Excel data for analysis
    - Process spreadsheet contents

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| workbook | `excel` | The Excel workbook to read from | `{"type":"excel","uri":"","asset_id":null,"data"...` |
| sheet_name | `str` | Source worksheet name | `Sheet1` |
| has_header | `bool` | First row contains headers | `true` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dataframe` |  |

## Related Nodes

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