in reply to Re^4: Create CSV file from xlsx file
in thread Create CSV file from xlsx file
If you just copied the script, the header line is likely to be "wrong". My version states #!/pro/bin/perl, which is a very unlikely location for your location of the perl binary.
If you install the scripts using cpan Spreadsheet::Read, it is very likely that the headers are automatically updated to reflect the location of your perl binary.
|
|---|