struct

Xls::Worksheet::Cell::Any

Inherits Xls::InspectableMethods < Struct < Value < Object

See http://sc.openoffice.org/excelfileformat.pdf, page 91

Instance methods

as_bool

Checks that the underlying value is Bool, and returns its value Raises otherwise.

Source
as_bool?

Checks that the underlying value is Bool, and returns its value Returns nil otherwise.

Source
as_cell_error

Checks that the underlying value is Xls::Worksheet::Cell::CellError, and returns its value Raises otherwise.

Source
as_cell_error?

Checks that the underlying value is Xls::Worksheet::Cell::CellError, and returns its value Returns nil otherwise.

Source
as_f

Checks that the underlying value is Float64, and returns its value Raises otherwise.

Source
as_f?

Checks that the underlying value is Float64, and returns its value Returns nil otherwise.

Source
as_nil

Checks that the underlying value is Nil, and returns nil Raises otherwise.

Source
as_s

Checks that the underlying value is String, and returns its value Raises otherwise.

Source
as_s?

Checks that the underlying value is String, and returns its value Returns nil otherwise.

Source

Nested types