码迷,mamicode.com
首页 > 移动开发 > 详细

The supplied data appears to be in the Office 2007+ XML.You are calling the part of POI that deals with OLE2 Office Documents...

时间:2020-06-29 11:23:27      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:版本   解决   nbsp   office   execl   找不到   格式   document   alt   

1、导入Execl数据时提示错误,如下图

    技术图片

2、操作步骤

  因无法确定.xls和.xlsx哪种格式系统支持,新建表格用了.xlsx格式,后发现系统找不到该格式,直接把文件名的后缀改成了.xls。

3、关键问题的原因还是excel版本的问题

  解决办法

    a. 判断文件后缀名是xls,还是xlsx;HSSFWorkbook:是操作Excel2003以前(包括2003)的版本,扩展名是.xls;XSSFWorkbook:是操作Excel2007的版本,扩展名是.xlsx。

    b. 如果是xls,使用HSSFWorkbook;如果是xlsx,使用XSSFWorkbook。

 

The supplied data appears to be in the Office 2007+ XML.You are calling the part of POI that deals with OLE2 Office Documents...

标签:版本   解决   nbsp   office   execl   找不到   格式   document   alt   

原文地址:https://www.cnblogs.com/Zeros/p/13206873.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!