Class: Rrxcell::Excelx::Sheet

Inherits:
Sheet
  • Object
show all
Defined in:
lib/rrxcell/excelx/sheet.rb

Instance Attribute Summary

Attributes inherited from Sheet

#book, #position

Instance Method Summary collapse

Methods inherited from Sheet

#[], #address, #initialize, #name

Constructor Details

This class inherits a constructor from Rrxcell::Sheet

Instance Method Details

#objectObject



5
6
7
# File 'lib/rrxcell/excelx/sheet.rb', line 5

def object
  book.object.sheet(position)
end

#row(row_position) ⇒ Object



9
10
11
# File 'lib/rrxcell/excelx/sheet.rb', line 9

def row(row_position)
  Rrxcell::Excelx::Row.new(self, row_position)
end