struct

XLSX::Empty

Inherits Struct < Value < Object

Represents a cell that exists in the XML but carries no value. Distinct from Nil, which means the cell is absent from the XML entirely.

Constants

INSTANCE = new

Constructors

Instance methods

==(other : Empty) : Bool
Source
initialize
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source