While running the project/code that creates a XSSFWorkbook, the system is failing with no class definition found error for org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFileRecoveryPr
I have all the poi 3.9 jars and its pre-requisites jar too.
Interesting stuff is that, the same project/code is running fine on my friend's system.
The project is a JSF 1.2 project built on RAD.
Can it be related to the MS office installation suite on my system? Also why is the class being called during workbook creation time, could not find any documentation anywhere.
Please help to resolve the issue as I am unable to proceed ahead on testing of the project.