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
Returns nil otherwise.
as_cell_error
Checks that the underlying value is Xls::Worksheet::Cell::CellError, and returns its value
Raises otherwise.
as_cell_error?
Checks that the underlying value is Xls::Worksheet::Cell::CellError, and returns its value
Returns nil otherwise.
as_f?
Checks that the underlying value is Float64, and returns its value
Returns nil otherwise.
as_s?
Checks that the underlying value is String, and returns its value
Returns nil otherwise.
raw
Source