The stringifyCsvCellValue function converts a single cell value into a string suitable for inclusion in a CSV file. It handles arrays by joining the elements with commas. If the input value is undefined, an empty string is returned.
stringifyCsvCellValue
Generated using TypeDoc
The
stringifyCsvCellValue
function converts a single cell value into a string suitable for inclusion in a CSV file. It handles arrays by joining the elements with commas. If the input value is undefined, an empty string is returned.