Class: RubyXL::SheetData

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

Overview

Instance Attribute Summary

Attributes included from OOXMLObjectInstanceMethods

#local_namespaces

Instance Method Summary collapse

Methods included from OOXMLObjectInstanceMethods

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

Instance Method Details

#[](ind) ⇒ Object



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

def [](ind)
  rows[ind]
end

#sizeObject



182
183
184
# File 'lib/rubyXL/objects/sheet_data.rb', line 182

def size
  rows.size
end