class Rrxcell::Excelx::Book
Public Instance Methods
object()
click to toggle source
# File lib/rrxcell/excelx/book.rb, line 5 def object @object ||= Roo::Excelx.new(path) end
sheet(position)
click to toggle source
# File lib/rrxcell/excelx/book.rb, line 9 def sheet(position) Rrxcell::Excelx::Sheet.new(self, position) end