class RubyXL::SheetData

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

Public Instance Methods

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