Method: Axlsx::CellStyle#name

Defined in:
lib/axlsx/stylesheet/cell_style.rb

#nameString

The name of this cell style

Returns:

  • (String)


9
10
11
# File 'lib/axlsx/stylesheet/cell_style.rb', line 9

def name
  @name
end