class RubyXL::SheetData

www.datypic.com/sc/ooxml/e-ssml_sheetData-1.html

Public Instance Methods

[](ind) click to toggle source
# File lib/rubyXL/objects/sheet_data.rb, line 212
def [](ind)
  rows[ind]
end
size() click to toggle source
# File lib/rubyXL/objects/sheet_data.rb, line 216
def size
  rows.size
end