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

when i ran the command in cmd it gives error as '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 marto (Cardinal) on Oct 24, 2013 at 12:14 UTC

    Right click this link and save it, then run it as explained. If you don't have Spreadsheet::Read installed run this from the command line:

    cpan Spreadsheet::Read

    It'll prompt you to install this and other utility scripts.

    Update: see strike out above.