Method: Axlsx::Cell#style
- Defined in:
- lib/axlsx/workbook/worksheet/cell.rb
#style ⇒ Integer
The index of the cellXfs item to be applied to this cell.
81 82 83 |
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 81 def style defined?(@style) ? @style : 0 end |