Hi
I used the Apache POI to access excel files.The example file given at the location
POI example It contains the following lines of code which are generating a error
The error generated is that the above method does not exist in the package
org.apache.poi.hssf.usermodel.HSSFSheet
i have imported all the classes mentioned in the program and followed everything that was required by setting classpath to the jar files downloaded from the Apache site.
How do i solve the above problem.
Thank you