CSV Files

CSV is one of those over-abundant computer acronyms. It means “comma-separated values.” It refers to a type of file that is often used for transferring simple data from one program to another. In the file, each value is separated by a comma. The importing program knows that when it sees a comma, it can toss it out but it needs to get ready to accept a new value.
If you have information in Excel that you want to get into a different data-oriented program, chances are good that the other program will accept CSV files.

In order to save your workbook data in CSV format, follow these steps:

  • Create three columns: First Name in Column A, Last Name in Column B, and email in Column C.  Don’t type in the headings!
  • Display the Save As dialog box. (In Excel 2007 click the Office button and then click Save As.)
  • In Excel 2010 and Excel 2013 display the File tab of the ribbon and then click Save As.
  • In the Save As Type drop-down list at the bottom of the dialog box, choose the CSV (Comma delimited) option.
  • Use the other controls in the dialog box to specify a file name and location.
  • Click on Save.

Excel may display a dialog box telling you that not all Excel features can be maintained in the format you have chosen. Click on Yes to continue saving the information in CSV format.
At this point your worksheet is saved in CSV format. I generally find it a good idea to close the workbook, without saving. At this point you will have your original Excel workbook (in Excel format) and the CSV file, which contains the information you wanted in CSV format.