CsvWriter
@Js
class CsvWriter : Obj
Write Haystack data in CSV format.
Wrap output stream
Newline string
Strip units from all numbers
Delimiter character
Include the column names as a header row
Write grid as CSV and return this
Flush the underlying output stream and return this
Close the underlying output stream
Bool close()
Close the underlying output stream
Int : delimiter
Delimiter character; defaults to comma.
This flush()
Flush the underlying output stream and return this
new make(OutStream out, Dict? opts)
Wrap output stream
Str : newline
Newline string; defaults to "\n"
Bool : showHeader
Include the column names as a header row
Bool : stripUnits
Strip units from all numbers
virtual This writeGrid(Grid grid)
Write grid as CSV and return this