Help for this page

Select Code to Download


  1. or download this
    OLE exception from "Microsoft Office Excel":
    
    './test.xls' could not be found. Check the spelling of the file name, 
    +and
    ...
    
    Win32::OLE(0.1709) error 0x800a03ec
        in METHOD/PROPERTYGET "Open" at C:/workspace/graph.pl line 12
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    my $book=$Excel->Workbooks->Open("./test.xls");
    my $sheet=$book->Worksheets(1);
    
  3. or download this
    use strict;
    use warnings;
    ...
        $row++;
    }
    $workbook->close();