How could I convert an XLS file to a CSV file on the windows command line.
The machine has Microsoft Office 2000 installed. I’m open to installing OpenOffice if it’s not possible using Microsoft Office.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open Notepad, create a file called XlsToCsv.vbs and paste this in:
Then from a command line, go to the folder you saved the .vbs file in and run:
This requires Excel to be installed on the machine you are on though.