class

Xls::Worksheet::Cell

Inherits Xls::InspectableMethods < Reference < Object

Instance methods

col_span
Source
is_hidden?

Returns whether this cell is hidden

Source
row_span
Source
to_unsafe
Source
value

Returns the value of this cell as Xls::Worksheet::Cell::Any

You must invoke Xls::Worksheet::Cell::Any#raw to get the raw value.

Source
width

See Xls::Worksheet#defcolwidth

Source
xf(spreadsheet : Spreadsheet) : Spreadsheet::Xf

Returns Xls::Spreadsheet::Xf for column formatting

Source
xf_index

Returns index to Xls::Spreadsheet::Xf

Source

Nested types