I am trying to read data from an Excel file saved in csv format, my Excel file has six rows and 49 columns, as you can see in the photo:
I want to read data from that file, I'm doing this code:
ifstream inFile;
inFile.open("datacsvforma...
asked by
15.04.2018 / 01:49