We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please refer attachment.
2Headers.xlsx
The text was updated successfully, but these errors were encountered:
Its easy HTML
button type="button" ng-csv="exportArray()" filename="Reports_CSV.csv" csv-main="headerFirstExport" csv-header="headerExport">export</button
Javascript
$scope.exportArray = function () { return $scope.data; } $scope.headerFirstExport=['CSV-header 1 - Column A','CSV-header 1- Column B','CSV-header 1 - Column C']; $scope.headerExport = ['CSV-header 2 - Column A','CSV-header 2 - Column B','CSV-header 2 - Column C'];
Library for ng-csv is attached below
ng-csv.txt
Sorry, something went wrong.
@dekhosla Hi I am trying to add two headers too. But csv-main does not seem to work for me.
No branches or pull requests
Please refer attachment.
2Headers.xlsx
The text was updated successfully, but these errors were encountered: