# `XlsxReader.Package`
[🔗](https://github.com/xavier/xlsx_reader/blob/main/lib/xlsx_reader/package.ex#L1)

XSLX Package structure.

This structure is initialized by `XlsxReader.open/2` and is used to access
the contents of the file

It should not be manipulated directly.

# `t`

```elixir
@type t() :: %XlsxReader.Package{
  workbook: XlsxReader.Workbook.t(),
  zip_handle: XlsxReader.ZipArchive.zip_handle()
}
```

XLSX package

---

*Consult [api-reference.md](api-reference.md) for complete listing*
