用以上语句导入excel的时候报错:
信息: Request processing failed; nested exception is org.apache.poi.poifs.filesystem.OfficeXmlFileException: The supplied data appears to be in the Office 2007+ XML. POI only supports OLE2 Office documents
 
原因是:
HSSFWorkbook:是操作Excel2003以前(包括2003)的版本,扩展名是.xls
XSSFWorkbook:是操作Excel2007的版本,扩展名是.xlsx

相关文章:

  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2021-08-29
  • 2021-12-13
  • 2022-02-26
  • 2021-07-22
  • 2021-12-13
猜你喜欢
  • 2022-02-11
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案