in reply to Error 317 saving spreadsheet
and the following to open the workbook etcuse Win32; use Win32::OLE; use Win32::OLE::Const 'Microsoft Excel';
$excel = Win32::OLE->new('Excel.Application', 'Quit') or ($excel_ +res = 0, $ew_message = "Could not create excel object"); $workbook = $excel->Workbooks->Open($new_finnpower_full) or ($workboo +k_res = 0, $ew_message = "Could not open excel workbook");
|
|---|