XLSX::Cell
Inherits Struct < Value < Object
A cell value paired with its preserved XML attributes (e.g. style index s).
attrs contains all <c> element attributes except r (the cell reference),
which is always derived from position.
Constructors
new(value : CellValue, attrs : Hash(String, String))
SourceInstance methods
attrs
clone
Sourcecopy_with(value _value = @value, attrs _attrs = @attrs)
Sourcevalue