# Download as Excel

Exporting dataframes to an Excel file allows you to export multiple dataframes at once. To export dataframes to an Excel file.

1. Open the `Home` tab of the Mito toolbar.
2. Click the `Export` button in the Mito toolbar, and select `Download File`.
3. Set the `Export Type` to Excel.
4. Select the dataframes you want to export. You can include multiple.
5. Click the `Download` button at the bottom of the toolbar.
6. This Excel file will appear in your Downloads folder.

<figure><img src="/files/Wegu5EIW4PqtiIJRz2kQ" alt=""><figcaption></figcaption></figure>

### Export with Formatting <img src="/files/Ol9PftUljU8Gw31n8i3w" alt="" data-size="line">

With [Mito Pro](https://www.trymito.io/plans), you can preserve the formatting of your data in your Excel exports. Exporting with formatting allows you to create presentation-ready Excel reports all through Mito and Python.

Before exporting an Excel file, you can set background and text colors using the [Set Dataframe Format](/how-to/formatting.md) taskpane, and this will be included in the exported Excel file.

*​*


---

# Agent Instructions: 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:

```
GET https://docs.trymito.io/how-to/exporting-to-csv-and-excel/download-as-excel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
