Writing .csv files from C++

前端 未结 6 759
走了就别回头了
走了就别回头了 2020-12-23 11:18

I\'m trying to output some data to a .csv file and it is outputting it to the file but it isn\'t separating the data into different columns and seems to be outputting the da

6条回答
  •  伪装坚强ぢ
    2020-12-23 11:27

    As explained above by @kris, depending on the region configurations of MS Excel it won't interpret the comma as the separator character. In my case I had to change it to semi-colon

提交回复
热议问题