Method: Axlsx::Cell#pos

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

#posArray

Returns of x/y coordinates in the sheet for this cell.

Returns:

  • (Array)

    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