Help for this page

Select Code to Download


  1. or download this
    my $pobj = $excel_obj->ActivePrinter;
    if ($pobj) { print("Name of default printer =>>$pobj<<\n"); }
    
  2. or download this
    print("Starting to convert...\n");
    my $classname = "Excel.Application";
    ...
    ###########################################
    $Book->Close(0);
    #$Book->{Parent}->Quit();