xlsx_reader v0.1.1 XlsxReader.Workbook View Source
Workbook structure.
sheets
- list of sheet metadatarels
- workbook relationshipsshared_strings
- list of shared stringsstyle_types
- List of types indexed by stylebase_date
- base date for all serial dates in the workbook
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %XlsxReader.Workbook{ base_date: nil | Date.t(), rels: nil | map(), shared_strings: nil | [String.t()], sheets: [XlsxReader.Sheet.t()], style_types: nil | XlsxReader.Styles.style_types() }
XLSX workbook