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