Help for this page

Select Code to Download


  1. or download this
    `cscript test.vbs arg1 arg2 filename.xlsm`;
    sleep(20);
    ...
    print "File generated";
    }else{
    print "File Not found";
    
  2. or download this
    use Win32::OLE qw(in with);
    use Win32::OLE::Const ('Microsoft Excel');
    ...
    $excel->{Visible} = 1;
    $excel->$wrk_book->SaveAs("C:/Program Files (x86)/Apache Software Foun
    +dation/Apache2.2/htdocs/LFWeb/$filename");
    $excel->Close();