struct

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)
Source

Instance methods

cells
Source
cells=(cells : Array(ExcelCell))
Source
name
Source
name=(name : String)
Source