Help for this page

Select Code to Download


  1. or download this
    $vars = {
        'script'    => "template.pl",
        'filenumber'    => $filenumber,
        'results'    => $results_hash_ref,
    };
    
  2. or download this
    ATGF::PDF::Charges::write_excel($vars);
    
  3. or download this
    sub write_excel {
        my $var_ref = shift;
    ...
        $Sheet->Range("B10")->{'Value'} = $var_ref->{results}{'PIN3'};
        ...
    }
    
  4. or download this
    my $legal = $var_ref->{results}{'Legal'};
    $Sheet->Range("A6")->{'Value'}  = $legal;