csv library

A high-quality, darty CSV library.

Classes

CsvCodec
A Codec for CSV data.
CsvDecoder
A converter that converts a CSV string into a List<List<dynamic>>.
CsvEncoder
A converter that converts a List<List<dynamic>> into a CSV string.
CsvRow
A wrapper around a CSV row that allows access by header name or index.

Enums

QuoteMode
Defines how fields are quoted in the CSV.

Properties

csv CsvCodec
A default CSV codec.
final
excel CsvCodec
A CSV codec configured for Excel.
final