lhanscom / ngx-csv

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

Question: Can we make the headers bold / add font-styles to column ? #4

Closed VlnRbn closed 4 years ago

VlnRbn commented 5 years ago

Just wanted to know if we can add styles like bold/ italics or change colour to column header or entire column.

Thanks for Package, working great,

lhanscom commented 4 years ago

No, this is only for sending to delimited files, formatting would need to be specific to the program reading the files output.