Class: Rrxcell::Excel::Sheet
Instance Attribute Summary
Attributes inherited from Sheet
Instance Method Summary collapse
Methods inherited from Sheet
#[], #address, #initialize, #name
Constructor Details
This class inherits a constructor from Rrxcell::Sheet
Instance Method Details
#object ⇒ Object
5 6 7 |
# File 'lib/rrxcell/excel/sheet.rb', line 5 def object @object ||= book.object.worksheets[position] end |
#row(row_position) ⇒ Object
9 10 11 |
# File 'lib/rrxcell/excel/sheet.rb', line 9 def row(row_position) Rrxcell::Excel::Row.new(self, row_position) end |