I want to retain the format of my text when I write it into csv.
Example
First Name John
Age 22
Country Afghanistan
On my example I have my label and its value, I want to retain its style when I write it to csv using PHP. Is there a way to do that? Thanks!