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