in reply to Re^3: Create CSV file from xlsx file
in thread Create CSV file from xlsx file

When i ran this command in CMD it gives the below error 'xlscat' is not recognized as an internal or external command, operable program or batch file.

Replies are listed 'Best First'.
Re^5: Create CSV file from xlsx file
by Tux (Canon) on Oct 24, 2013 at 12:32 UTC

    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.


    Enjoy, Have FUN! H.Merijn