在poi中调用“write”方法时出现NoClassDefFoundError

时间:2010-09-20 14:53:09

标签: java apache-poi noclassdeffounderror

我的代码如下所示:

fileoutput = new FileOutputStream(productSheetFilePath);
m_psWorkBook.write(fileoutput);

m_psWorkBook 的类型为 XSSFWorkbook ,在调用“write”方法时会抛出NoClassDefFoundError异常,有没有人有过这个?

1 个答案:

答案 0 :(得分:0)

解决方案是使用ooxml-schemas-1.0 .jar而不是这个poi-ooxml-schemas-3.6.jar