Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CsvOptions

Options for the csv generation.

Hierarchy

  • CsvOptions

Index

Properties

columnSeparator

columnSeparator: string

Separator used between all columns in any single row.

customHeader

customHeader: null | string[]

If header style is set to custom, this must contain a title for each provided data array.

headerStyle

headerStyle: HeaderStyle

The style of header to generate.

rowSeparator

rowSeparator: string

Separator used between rows. Usually the type of newline your system uses.

Methods

cellValueConverter

  • cellValueConverter(cell: unknown): string
  • A custom converter function that all cell values are converted with.

    Parameters

    • cell: unknown

    Returns string

Generated using TypeDoc