Class: Rrxcell::Excel::Cell
Instance Attribute Summary
Attributes inherited from Cell
Instance Method Summary collapse
Methods inherited from Cell
Constructor Details
This class inherits a constructor from Rrxcell::Cell
Instance Method Details
#value ⇒ Object
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 |