probelm with csv

i have a problem with exporting data from my program to csv file to be opened by excel spreadsheet as following:i wantto writh a number in a cell then another value in the next cell in the same row
when i write
file<<"student:"<<55;
the cell in the spreadsheet contains both of them as student55
Put a comma between them? (Comma-Separated Values)
Last edited on
You need to put a comma in between?
Topic archived. No new replies allowed.