Opening and Saving Text CSV Files

Comma Separated Values (CSV) is a text file format that you can use to exchange data from a database or a spreadsheet between applications. Each line in a Text CSV file represents a record in the database, or a row in a spreadsheet. Each field in a database record or cell in a spreadsheet row is usually separated by a comma. However, you can use other characters to delimit a field, such as a tabulator character.

If the field or cell contains a comma, the field or cell must be enclosed by single quotes (') or double quotes (").

To Open a Text CSV File in Calc

  1. Choose File - Open.

  2. Locate the CSV file that you want to open.

    If the file has a *.csv extension, select the file.

    If the CSV file has another extension, select the file, and then select "Text CSV" in the Filter box

  3. Select Edit filter settings checkbox to open the Text Import dialog and set the import options for delimited data. If the Edit filter settings checkbox is not selected, LibreOfficeDev Calc uses the settings of the last text import operation.

  4. Click Open.

If the Edit filter settings checkbox is selected, the Text Import dialog opens. Then:

tip

Check the text delimiter box that matches the character used as text delimiter in the file. In case of an unlisted delimiter, type the character into the input box.


To Save a Sheet as a Text CSV File

note

When you export a spreadsheet to CSV format, only the data on the current sheet is saved. All other information, including formulas and formatting, is lost.


  1. Open the Calc sheet that you want to save as a Text CSV file.

    note

    Only the current sheet can be exported.


  2. Choose File - Save as.

  3. In the File name box, enter a name for the file.

  4. In the Filter box, select "Text CSV".

  5. (Optional) Set the field options for the Text CSV file.

    Select Edit filter settings.

    In the Export of text files dialog, select the options that you want.

    Click OK.

  6. Click Save.