# 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="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2FZGITuMyCxm5rWeQQEpqY%2FScreen%20Shot%202023-01-23%20at%2011.16.44%20AM.png?alt=media&#x26;token=50d4eba4-632b-483f-8dbf-12f55a160072" 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.](https://docs.trymito.io/how-to/importing-data-to-mito/importing-from-excel-files#importing-specific-ranges-from-a-single-excel-sheet)
