Help for this page

Select Code to Download


  1. or download this
    # append data to 'NAME'
      $excel->add_row('NAME',[qw/new row/]);
    
  2. or download this
    # add a row into the middle
      $excel->add_row_at('Name of Worksheet',1,[qw/new row/]);