Help for this page

Select Code to Download


  1. or download this
    sub chart_me {
    
    ...
          );
       }
    }
    
  2. or download this
          $chart->add_series(
                   name        => $header[ $i ],
                   catagories  => xl_range_formula( 'Sheet1', 0, 0, 1, $ma
    +xcol ),
                   values      => xl_range_formula( 'Sheet1', $rowi, $rowi
    +, 1, $maxcol ),
          );
    
  3. or download this
          $chart->add_series(
                   name           => $header[ $i ],
    ...
                   catagories     => xl_range_formula( 'Sheet1', 0, 0, 1, 
    +$maxcol ),
                   values         => xl_range_formula( 'Sheet1', $rowi, $r
    +owi, 1, $maxcol ),
          );