my code looks like that:
fileoutput = new FileOutputStream(productSheetFilePath);
m_psWorkBook.write(fileoutput);
where m_psWorkBook is of type XSSFWorkbook, when calling the "write" method a NoClassDefFoundError exeption is throws, does anybody ever had that?
Thanks,
Tamir