angular-csv-ext icon indicating copy to clipboard operation
angular-csv-ext copied to clipboard

Defined Headers in options are not coming in CSV which is downloaded.

Open DineshChiriki opened this issue 6 years ago • 1 comments

var options = { fieldSeparator: ',', quoteStrings: '"', decimalseparator: '.', showLabels: true, showTitle: true, useBom: true, noDownload: false, headers: ["Reason of Duplication", "Model Record No"] };

DineshChiriki avatar Jun 21 '18 13:06 DineshChiriki

Yes, I have the same problem.

vzakharov-rxnt avatar Mar 11 '22 15:03 vzakharov-rxnt