Sheety::Importers::ExcelSheet
Inherits Struct < Value < Object
Represents a sheet from an Excel file Contains the sheet name and all cells in that sheet
Constructors
new(name : String, cells : Array(ExcelCell) = Array(ExcelCell).new)
SourceInstance methods
cells
Sourcecells=(cells : Array(ExcelCell))
Sourcename
Sourcename=(name : String)
Source