Method: Libis::Tools::Spreadsheet#restart

Defined in:
lib/libis/tools/spreadsheet.rb

#restartObject

Set the current_row pointer back to the start



108
109
110
# File 'lib/libis/tools/spreadsheet.rb', line 108

def restart
  @current_row = @ss.header_line
end