Why won't it read an .xlsx file?Thanks Andy, but what I was doing was just testing to see if it would read the first line of info. I...
Why won't it read an .xlsx file?[code] ofstream out; ifstream in; out.open ("Student.csv"); in.open ("Student.csv"); getline(i...
Why won't it read an .xlsx file?lastchance, oh yeah that my help :P. and jonnin I realized this and have already converted it into a...
Why won't it read an .xlsx file?Ok, so I am trying to make this code read a name and grades from an .xlsx file. In this code all it ...
Why does the Program loopHello, I need help with the following code. I was checking the first task to see if it would work as...
This user does not accept Private Messages