Exception occurs while opening .xlsx file using Apache POI

后端 未结 2 802
借酒劲吻你
借酒劲吻你 2021-01-15 03:59

I have been working on an android application in which i have to open .xls and .xlsx file for further implementation. In case of .xls everything is working fine but when i t

2条回答
  •  野的像风
    2021-01-15 04:47

    See the Apache POI Components and Dependencies page - you are missing the poi-ooxml-schemas file which is why you're getting a class not found exception for the schemas classes

提交回复
热议问题