CsvUtil

object CsvUtil

Utility object for CSV-related operations.

Functions

Link copied to clipboard
fun toCsv(lines: List<List<String>>): String

Converts a list of string lists into a CSV-formatted string.