class Xls::Worksheet::Cell

Included Modules

Defined in:

xls/spreadsheet/worksheet/cell.cr

Instance Method Summary

Instance methods inherited from module Xls::InspectableMethods

inspect(io : IO) : Nil inspect, to_s(io : IO) : Nil to_s

Instance Method Detail

def col : UInt16 #

[View source]
def col_span : UInt16 #

[View source]
def id : XlsRecord #

[View source]
def is_hidden? : Bool #

Returns whether this cell is hidden


[View source]
def row : UInt16 #

[View source]
def row_span : UInt16 #

[View source]
def to_unsafe #

[View source]
def value : Any #

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

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


[View source]
def width : UInt16 #

[View source]
def xf(spreadsheet : Spreadsheet) : Spreadsheet::Xf #

Returns Xls::Spreadsheet::Xf for column formatting


[View source]
def xf_index : UInt16 #

Returns index to Xls::Spreadsheet::Xf


[View source]