# Import xlsx file

**URL:** https://discourse.julialang.org/t/import-xlsx-file/44096
**Category:** General Usage
**Created:** [August 1, 2020, 5:45pm UTC](https://discourse.julialang.org/t/import-xlsx-file/44096 "2020-08-01T17:45:34Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Iulian.Cioarca](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/iulian.cioarca/32/30166_2.png) [@Iulian.Cioarca](https://discourse.julialang.org/u/Iulian.Cioarca)
#### Post date: [August 1, 2020, 5:55pm UTC](https://discourse.julialang.org/t/import-xlsx-file/44096/2 "2020-08-01T17:55:01Z")

</div>

Hi, please check the official XLSX.jl documentation. File reading returns and object containing all the sheets. You need to read whatever matrix you want from a particular sheet by specifying the cell range:  
[https://felipenoris.github.io/XLSX.jl/stable/tutorial/](https://felipenoris.github.io/XLSX.jl/stable/tutorial/)

PS: please avoid posting screenshots. A minimum code example is much more useful for other people who wish to help:

> [@Please read: make it easier to help you](https://discourse.julialang.org/t/psa-make-it-easier-to-help-you/14757):
>
> Welcome to the Julia Discourse! We are enthusiastic about helping Julia programmers, both beginner and experienced. This public service announcement (PSA) outlines best practices when asking for help. Following these points makes it easier for us to help you and more likely you’ll get a prompt, useful answer. Keywords are highlighted to make it easier to refer to specific points. Choose a descriptive title that captures the key part of your question, eg “plots with multiple axes” instead of …

---

_[View the full topic](https://discourse.julialang.org/t/import-xlsx-file/44096)._
