struct

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))
Source
new(value : CellValue)

Convenience — most callers only need the value.

Source

Instance methods

attrs
clone
Source
copy_with(value _value = @value, attrs _attrs = @attrs)
Source
value