Hello everyone! I ran into another problem. So I have this excel spreadsheet that has like many many names and many scores on projects (school stuff). My OBJECTIVE: Find the highest score on each project and print the name of the person. PROBLEMS: Some names also have two strings in them, like "Mc Donald" or "Adaji Ruvvali", etc.
So after I read the xls, how do I make it read the columns, there are total of 8 columns, One for the names, and 7 for the 7 projects. I was thinking of just going through the excel file and just saying finding the highest score on each project, but I was wondering if I can write code for this, so here we areCode:FILE *fp; fp=fopen(projectscores.xls, r);...
I read the tutorial on the cprogramming website, but it doesn't talk about reading xls columns and rows. If you guys have the time to give me your advice and help, it will be greatly appreciated.



LinkBack URL
About LinkBacks
...



