Help for this page

Select Code to Download


  1. or download this
    use OLE;
    use Win32::OLE;
      my($xapp) = CreateObject OLE 'Excel.Application' || die $!;
        $xapp->{'Visible'} = 0;
    
  2. or download this
    for $byDate(@dateSort) {
        @lines=split/_/,$byDate;
    ...
            $wkb->{Saved} = 1;        
            $wkb->Close();
                 $xapp->Quit();