Hi
I am using Apache POI to read from excel files,the problem i am facing is that when i store a contact number in a cell,i am unable to read it as a
string and store it,if i try to convert it into string using the String.valueOf() method it converts into the proper scientific form.
Can anybody suggest a way to go around this???