Help for this page

Select Code to Download


  1. or download this
    $worksheet->write(0, 0, 'Hi Excel!');
    
  2. or download this
    for my $row ( 0 .. 99 ) {
        $worksheet->repeat_formula( $row, 1, $formula, $format, 'A1', 'A' 
    +. ( $row + 1 ) );
    }