读取 Excel 2007 文件 .xlsx 文件扩展名时出现问题,而我正在尝试使用 apache poi 读取:
InputStream file = new FileInputStream(C:\\test.xlsx);
---> XSSFWorkbook workbook = new XSSFWorkbook(file);
请这条线给我一个例外Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlObject
,这个错误可能是什么原因?