Type interface
Inheritance
IExportingCSVOptions extends IExportingDataOptions.
IExportingCSVOptions is not extended by any other symbol.
Properties
|
addBOM # |
Type Default 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 Inherited from Will add a line with column names in CSV/HTML/PDF tables. |
|
disabled # |
Type Inherited from If set to |
|
emptyAs # |
Type Inherited from Replace empty values with this string. |
|
forceQuotes # |
Type Default Force all values to be included in quotes, including numeric. |
|
pivot # |
Type Inherited from If set to |
|
reverse # |
Type Default Reverse order of the records in data. |
|
separator # |
Type Default Column separator. |
|
useLocale # |
Type Default Inherited from Use client's locale when formatting dates. |
|
useTimestamps # |
Type Default Inherited from Use timestamps instead of formatted dates. |
| There are 6 inherited items currently hidden from this list. | |