View Source XlsxReader.Package (xlsx_reader v0.8.5)
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.
Summary
Types
@type t() :: %XlsxReader.Package{ workbook: XlsxReader.Workbook.t(), zip_handle: XlsxReader.ZipArchive.zip_handle() }
XLSX package