IExportingCSVOptions

Type interface

Inheritance

IExportingCSVOptions extends IExportingDataOptions.

IExportingCSVOptions is not extended by any other symbol.

Properties

addBOM
#

Type undefined | false | true

Default false

Add BOM character to output file, so that it can be used with UTF-8 characters properly in Excel.

@since 5.1.0

addColumnNames
#

Type undefined | false | true

Inherited from IExportingDataOptions

Will add a line with column names in CSV/HTML/PDF tables.

disabled
#

Type undefined | false | true

Inherited from IExportingFormatOptions

If set to true, this format will not appear in ExportMenu.

emptyAs
#

Type undefined | string

Inherited from IExportingDataOptions

Replace empty values with this string.

forceQuotes
#

Type undefined | false | true

Default false

Force all values to be included in quotes, including numeric.

pivot
#

Type undefined | false | true

Inherited from IExportingDataOptions

If set to true will pivot the able so that columns are horizontal.

reverse
#

Type undefined | false | true

Default false

Reverse order of the records in data.

separator
#

Type undefined | string

Default ","

Column separator.

useLocale
#

Type undefined | false | true

Default false

Inherited from IExportingDataOptions

Use client's locale when formatting dates.

useTimestamps
#

Type undefined | false | true

Default false

Inherited from IExportingDataOptions

Use timestamps instead of formatted dates.

There are 6 inherited items currently hidden from this list.