The CSV writer is compatible with Excel and with OpenOffice/LibreOffice Calc. It supports writing non-trivial CSV fields, such as field with delimiters within, fields with newlines, fields with quotes and more...


Check the Wiki page for usage examples and API

Features

  • A full C API for writing CSV files
  • Enables writing the values, field by field
  • Supports non-trivial fields, such as with delimiters within, with newlines and with quotes
  • Supports selecting the delimiter (default is comma)
  • Enables to append to an existing CSV file
  • Enables writing the data to a specified file or to STDOUT

Project Activity

See All Activity >