Companion

object Companion

Functions

Link copied to clipboard

Parses CSV text into a CsvWithHeader instance.

Link copied to clipboard

Creates a CsvWithHeader from a list of rows, where the first row is the header.

fun fromLists(header: List<String>, data: List<List<String>>): CsvWithHeader?

Creates a CsvWithHeader from a list of header and data rows.