Help for this page

Select Code to Download


  1. or download this
    my ($row, $col) = ("A", 1);
    for (@file) {
      $Sheet->Range($row.$col)->{'Value'} = $_;
      $col++
    }