class Rrxcell::Excel::Sheet

Public Instance Methods

object() click to toggle source
# File lib/rrxcell/excel/sheet.rb, line 5
def object
  @object ||= book.object.worksheets[position]
end
row(row_position) click to toggle source
# File lib/rrxcell/excel/sheet.rb, line 9
def row(row_position)
  Rrxcell::Excel::Row.new(self, row_position)
end