I'm using PHPExcel and generating the excel just fine but I have some data in CSV format and wanted to know if I could display it as a Bullet List.
Example of what I have:
some, data, in, cvs, format
This is what I would like
• some
• data
• in
• cvs
• format
Is there a format or formula I could use?
UPDATE:
I saw this formula but I can't get it to work
=CHAR(149)&" "&C2&CHAR(10))