> For the complete documentation index, see [llms.txt](https://docs.trymito.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trymito.io/misc/release-notes/january-23-2023-excel-range-importing.md).

# January 23, 2023: Excel range importing

### Excel Range Importing

Mito now allows you to import from more complex Excel files that you are likely to find in the wild. You can import multiple dataframes from a specific sheet, and can locate dataframes within a sheet based on their exact range or by passing the upper left corner value and letting Mito automatically find the bounds of the dataframe.

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

With this addition, Mito is now the easiest way to get any Excel file read into a Pandas dataframe! See feature documentation [here.](/how-to/importing-data-to-mito/importing-from-excel-files.md#importing-specific-ranges-from-a-single-excel-sheet)


---

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

```
GET https://docs.trymito.io/misc/release-notes/january-23-2023-excel-range-importing.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.
