Class: Rrxcell::Excel::Cell

Inherits:
Cell
  • Object
show all
Defined in:
lib/rrxcell/excel/cell.rb

Instance Attribute Summary

Attributes inherited from Cell

#row

Instance Method Summary collapse

Methods inherited from Cell

#initialize

Constructor Details

This class inherits a constructor from Rrxcell::Cell

Instance Method Details

#valueObject



5
6
7
# File 'lib/rrxcell/excel/cell.rb', line 5

def value
  @row.sheet.book.object.cell(@row.position + 1, @position + 1, @row.sheet.position)
end