Help for this page

Select Code to Download


  1. or download this
    %returnVals = ();    %X_Axis = ();   %Y_Axis = ();
    
    $ExcelLink = &swOpenExcel("FILE", $lAppName, $wbFullDirectory, $wbChar
    +tDirectory, $wbExcelName, $wbExcelData, $dataCol, $strtRow, $labelCol
    +, $endRow, $typeGraph, $ChartName, $lChartTitle, 'JPG', $lLegendKey, 
    +$lData_Labels, $fields{$q->param(X_Col)}, $fields{$q->param(Y_Col)}, 
    +\%returnVals, \%X_Axis, \%Y_Axis);
    
  2. or download this
    ($typeData, $AppName, $wbFullDirectory, $wbChartDirectory, $wbExcelNam
    +e, $wbExcelData, $dataCol, $strtRow, $labelCol, $endRow, $typeGraph, 
    +$ChartName, $ChartTitle, $filter, $LegendKey, $LegendType, $rVals, $X
    +, $Y) = @_;
        
    ...
    
    $returnValues{"ExcelLink"} = "/Web$AppName/Charts/" . $wbExcelName . "
    +_" . $extension . "\.xls";