struct

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

Instance methods

formula
Source
formula=(formula : String | Nil)
Source
reference
Source
reference=(reference : String)
Source
value
Source
value=(value : Functions::CellValue | Nil)
Source