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



165
166
167
# File 'lib/rubyXL/objects/sheet_data.rb', line 165

def [](ind)
  rows[ind]
end

#sizeObject



169
170
171
# File 'lib/rubyXL/objects/sheet_data.rb', line 169

def size
  rows.size
end