Method: LibExcel::Worksheet#add_row

Defined in:
lib/libexcel/worksheet.rb

#add_rowObject

Creates a row in the Worksheet. This needs to be called before you can add data to the Worksheet.



47
48
49
# File 'lib/libexcel/worksheet.rb', line 47

def add_row
  @table << @row = XML::Node.new('Row')
end