lhanscom / ngx-csv

Helper library for create CSV file in Angular 7
MIT License
4 stars 5 forks source link

Is it possible to export array of arrays into csv using ngx-csv? #2

Closed fahadsubzwari924 closed 4 years ago

fahadsubzwari924 commented 5 years ago

I have angular application in which i have to export array of arrays into Csv in angular6. Is this package support array of arrays export into csv?

lhanscom commented 4 years ago

You would need to wrap the process in a loop to go through the first array. Otherwise it should work fine.