Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
                  PlotBy =>xlColumns,
             });
    $xls->ActiveChart->Location({ Where => xlLocationAsObject, Name =>'She
    +et1'});
    
  2. or download this
    my @a = (1, 2, 3);
    my @b = (5, 10, 15);
    ...
                  Source =>$xls->Sheets('Sheet1')->Range("$a:$b"), 
                  PlotBy =>xlColumns,
             });