Method: RubyExcel::Sheet#+

Defined in:
lib/rubyexcel/sheet.rb

#+(other) ⇒ RubyExcel::Sheet

Note:

When adding another Sheet it won’t import the headers unless this Sheet is empty.

Add data with the Sheet

Parameters:

Returns:



85
86
87
# File 'lib/rubyexcel/sheet.rb', line 85

def +( other )
  dup << other
end