PDA

View Full Version : xls and csv help


Decca
06-16-2009, 05:34 PM
ok. i have a file thats XLS and it's a list of emails.

how do i convert those so they can become comma separated instead of the list? i've been trying but it's not working.

Bladerain
06-16-2009, 07:07 PM
open the file, save as, type: CSV (comma delimited), save

You now have a comma delimited text file. Don't open the .csv file in excel if you have any number with leading zeros as they will be stripped out.