Help for this page
`cscript test.vbs arg1 arg2 filename.xlsm`; sleep(20); ... print "File generated"; }else{ print "File Not found";
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();