i am trying to read data from excel file using poi but while reading a string value i used getStringCellValue() but this is depricated and in return i used HSSFRichTextString but iam facing an exception like no such methid error.
it was prompting as
org.apache.poi.hssf.usermodel.HSSFRichTextString Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.
can anybody help me resolve this problem asap [ April 12, 2008: Message edited by: Hussain Mohd ]
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35220
7
posted
0
Welcome to JavaRanch.
It sounds as if there may be multiple versions of the POI jar file around - a newer one that is used for compiling, and an older one that is used at runtime. Make sure you're using the same (new) jar file everywhere.