XlsxReader.Package (xlsx_reader v0.8.0) 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

Types

t()

XLSX package

Link to this section Types

Specs

t() :: %XlsxReader.Package{
  workbook: XlsxReader.Workbook.t(),
  zip_handle: XlsxReader.ZipArchive.zip_handle()
}

XLSX package