use Win32::OLE;
use Win32::OLE::Const 'Microsoft Excel';
$Excel = Win32::OLE->new("Excel.Application");
$Excel->{Visible} = 1;
$Book = $Excel->Workbooks->Open("C:/spreadsheet.xls");
In reply to Re: Excel on screen
by Anonymous Monk
in thread Excel on screen
by esr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |