There is an excel file which is used by interviewer.
It consists of name, addr , skills etc .
If the student has that particular skill an 'x' is marked against it . So the excel file is not in the form of a database table .I want to get the skills marked as x to be retrieved
in a
java file .Can anyone help me out on this?
Thank you .