Class: RubyXL::SheetData

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

Overview

Instance Method Summary collapse

Methods inherited from OOXMLObject

#add_to_zip, #before_write_xml, define_attribute, define_child_node, define_element_name, #dup, filepath, #index_in_collection, #initialize, obtain_class_variable, parse, parse_file, set_countable, set_namespaces, #write_xml

Constructor Details

This class inherits a constructor from RubyXL::OOXMLObject

Instance Method Details

#[](ind) ⇒ Object



139
140
141
# File 'lib/rubyXL/objects/sheet_data.rb', line 139

def [](ind)
  rows[ind]
end

#sizeObject



143
144
145
# File 'lib/rubyXL/objects/sheet_data.rb', line 143

def size
  rows.size
end