class Rrxcell::Excelx::Sheet
Public Instance Methods
object()
click to toggle source
# File lib/rrxcell/excelx/sheet.rb, line 5 def object book.object.sheet(position) end
row(row_position)
click to toggle source
# File lib/rrxcell/excelx/sheet.rb, line 9 def row(row_position) Rrxcell::Excelx::Row.new(self, row_position) end