Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HeaderStyle

The style of the csv document header row.

Index

Enumeration members

Enumeration members

CUSTOM

CUSTOM = "custom"

Read headers from the custom array in the csv generation options.

FIRST_ROW

FIRST_ROW = "firstRow"

The first row of data is also the header. This is the same as no header.

Generated using TypeDoc