Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
            #$worksheet->repeat_formula($row, 2, $formula, undef, 'A1', 'A
    +'.($row +1), 'B1', 'B'.($row+1));
            #$worksheet->repeat_formula($row, 5, $formula, undef, 'A1', 'D
    +'.($row +1), 'B1', 'E'.($row+1));
    }