class

Sheety::ExcelImporter

Inherits Reference < Object

Class methods

parse_xlsx(filename : String) : Importers::ExcelWorkbook

Parse an Excel (.xlsx) file and return an ExcelWorkbook

Source
to_internal_format(workbook : Importers::ExcelWorkbook) : Hash(String, Hash(String, Hash(String, Functions::CellValue)))

Convert ExcelWorkbook to Sheety's internal format Returns: Hash(String, Hash(String, Hash(String, Functions::CellValue))) Compatible with the YAML structure expected by CroupierGenerator

Source