Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE::Const 'Microsoft Excel';
    $Win32::OLE::Warn = 2; # Don't Die on errors
    my $file = 'c:\perl\projects\excel\format.xls';
    ...
    } 
    $Book = $Excel->Workbooks->Close();
    undef $Excel
    
  2. or download this
    my $format = $Sheet->Range($cell)->Style->{NumberFormat};