class Rrxcell::Excel::Book

Public Instance Methods

object() click to toggle source
# File lib/rrxcell/excel/book.rb, line 5
def object
  @object ||= Roo::Excel.new(path)
end
sheet(sheet_position) click to toggle source
# File lib/rrxcell/excel/book.rb, line 9
def sheet(sheet_position)
  Rrxcell::Excel::Sheet.new(self, sheet_position)
end