Sheety::Importers::ExcelCell
Inherits Struct < Value < Object
Represents a single cell from an Excel file Contains both the calculated value and the formula (if any)
Constructors
new(reference : String, value : Functions::CellValue | Nil = nil, formula : String | Nil = nil)
SourceInstance methods
formula
Sourceformula=(formula : String | Nil)
Sourcereference
Sourcereference=(reference : String)
Sourcevalue
Sourcevalue=(value : Functions::CellValue | Nil)
Source