Returns The alpha(column)numeric(row) reference for this sell.
Relative Cell Reference
ws.rows.first.cells.first.r #=> "A1"
Returns:
The alpha(column)numeric(row) reference for this sell.
298 299 300
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 298 def r Axlsx::cell_r index, @row.row_index end