exception while reading Excel file with apache poi

后端 未结 5 2049
别跟我提以往
别跟我提以往 2021-01-21 04:53

Problem reading Excel 2007 file .xlsx file extention, while I am trying to read with apache poi:

InputStream file = new FileInputStream(C:\\\\test.xlsx);

--->         


        
5条回答
  •  伪装坚强ぢ
    2021-01-21 05:21

    You download extra jar file. You can download :

    http://www.findjar.com/index.x;jsessionid=D9C61BD4B98370C199118B8C53CC689F?query=org.apache.xmlbeans.XmlObject

提交回复
热议问题