Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
    use Win32::OLE qw(in with);
    use Win32::OLE::Variant;
    use Win32::OLE::Const 'Microsoft Excel';
    
  2. or download this
    use strict;
    use Win32::OLE;
    ...
    foreach my $Key (sort keys %$xl) {
        print "$Key = $xl->{$Key}\n";
    }
    
  3. or download this
    Enum(‘XLFileFormat');