Class: RubyXL::SheetData

Inherits:
OOXMLObject show all
Defined in:
lib/rubyXL/objects/sheet_data.rb

Overview

Instance Method Summary collapse

Methods included from OOXMLObjectInstanceMethods

#==, #before_write_xml, included, #index_in_collection, #initialize, #write_xml

Instance Method Details

#[](ind) ⇒ Object



173
174
175
# File 'lib/rubyXL/objects/sheet_data.rb', line 173

def [](ind)
  rows[ind]
end

#sizeObject



177
178
179
# File 'lib/rubyXL/objects/sheet_data.rb', line 177

def size
  rows.size
end