Method: Axlsx::Cell#pos
- Defined in:
- lib/axlsx/workbook/worksheet/cell.rb
#pos ⇒ Array
Returns of x/y coordinates in the sheet for this cell.
319 320 321 |
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 319 def pos [index, row.row_index] end |