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



163
164
165
# File 'lib/rubyXL/objects/sheet_data.rb', line 163

def [](ind)
  rows[ind]
end

#sizeObject



167
168
169
# File 'lib/rubyXL/objects/sheet_data.rb', line 167

def size
  rows.size
end