What error message do you get with .xlsx ?
Run this to show your versions
poj#!perl use strict; use warnings; use Win32::OLE; # get already active Excel application or open new my $Excel = Win32::OLE->GetActiveObject('Excel.Application') || Win32::OLE->new('Excel.Application', 'Quit'); print "Perl $] Win32::OLE Version ${Win32::OLE::VERSION}\n"; print "Running Excel $Excel->{'Version'} on $Excel->{'OperatingSystem +'}\n";
In reply to Re^6: How to read the value of a variable (read from a Excel file converted Into text file) and put then back into Excel column
by poj
in thread How to read the value of a variable (read from a Excel file converted Into text file) and put then back into Excel column
by rockyurock
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |