CSV stands for "Comma-separated Values". This format is designed for storage of data in a table format, where each line in the file corresponds to a line in a table, and each comma-separated fragment in the line corresponds to a table cell.

Since CSV is a very simple format, no objects like text boxes, shapes, and cell comments are available.

The following options are available for configuring CSV counts:

Detect Automatically - set automatic detection of delimiter and text qualifier.

Custom - you can set custom delimiters and text qualifiers in case of non-standard file.

 

Available delimiters:

,

comma

;

semicolon

 

Available text qualifiers:

'

apostrophe

"

quotation marks

–