Method: Axlsx::Cell#name

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

#nameObject

returns the name of the cell



370
371
372
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 370

def name
  @name
end