> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/cascade-faqs/import/how-to-import-an-excel-file-into-cascade.md).

# How to Import an Excel File into Cascade

Importing an Excel file is a straightforward process, made effortless with the [Import File](/cascade/tools/import/import_file.md) tool. To begin, simply locate the [Import File](/cascade/tools/import/import_file.md) tool and follow the prompt instructions in the tool configuration. This will lead you through navigating and analyzing the various worksheets, while allowing you to consolidate data from multiple sheets into one unified table. With a few clicks of a button, you'll be well on your way to unlocking the power of your spreadsheet!

{% embed url="<https://app.arcade.software/share/yN47xoM0HZnmSDquOkM2>" %}

### Step 1

Start by dragging and dropping the [Import File](/cascade/tools/import/import_file.md) tool onto the Canvas.

<figure><img src="/files/wXGqUp8apvzLaQEW0qrV" alt=""><figcaption><p>Drag and drop Import File tool.</p></figcaption></figure>

### Step 2

Double-clicking on the [Import File](/cascade/tools/import/import_file.md) tool you added to the canvas will open the tool configuration.

<figure><img src="/files/fD4p1QKGHqBJw7JGl4q4" alt=""><figcaption><p>Open the tool configuration.</p></figcaption></figure>

### Step 3

Once you've chosen the files you want to add to your workflow, click Upload.

<figure><img src="/files/Bi4KIFF6t4x8YYScKv9u" alt=""><figcaption><p>Select an Excel file to upload.</p></figcaption></figure>

### Step 4

Click Upload when you have selected the files you want to add to your workflow.

<figure><img src="/files/5pl8mJDF9rSqYR6BV5NW" alt=""><figcaption><p>Click Upload and wait for the Excel file to upload to Cascade.</p></figcaption></figure>

### Step 5

Explore your worksheets in the Excel workbook, or take advantage of the 'Append Sheets' function to join them all together for a single table. Finally, click Save to complete the process.

<figure><img src="/files/g38vBEBeshamkGKp1jjf" alt=""><figcaption><p>Make any necessary configurations to the data.</p></figcaption></figure>

### Step 6

Create an awe-inspiring workflow using the output nodes available on the [Import File](/cascade/tools/import/import_file.md) tool!

<figure><img src="/files/0iQQgHO3b5KSWDty2p7J" alt=""><figcaption><p>Build your workflow from your Import File tool.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cascade.io/cascade/cascade-faqs/import/how-to-import-an-excel-file-into-cascade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
