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



211
212
213
# File 'lib/rubyXL/objects/sheet_data.rb', line 211

def [](ind)
  rows[ind]
end

#sizeObject



215
216
217
# File 'lib/rubyXL/objects/sheet_data.rb', line 215

def size
  rows.size
end