Method: Axlsx::Cell#style

Defined in:
lib/axlsx/workbook/worksheet/cell.rb

#styleInteger

The index of the cellXfs item to be applied to this cell.

Returns:

  • (Integer)

See Also:



81
82
83
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 81

def style
  defined?(@style) ? @style : 0
end