CSV (comma separated values) files are made of rows with multiple fields. Excel will show it as a table. You cannot change the formatting.
Note that Excel doesn't properly handle non-ASCII text in CSV files.
hi i have just tried to create a csv file and send it via MailComposer from my app. everything works but when i open my file (with Open Office) i get only rows but all values are in only 1 column even i have used "," as SeperatorChar.
how can i get the values i create each in a different column and not all in the same column?
EDIT: ok got it, when i open open office i have the possibility to choose seperator option so choosing COMMA will open the file with all columns.