Function stringifyCsvCellValue

  • 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.

    Parameters

    • value: any

    Returns string

Generated using TypeDoc