Exception occurs while opening .xlsx file using Apache POI

后端 未结 2 801
借酒劲吻你
借酒劲吻你 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

    0 讨论(0)
  • 2021-01-15 04:55

    JSpreadsheet is another API for Java and Android. It reads and creates .xlsx file. There are no dependencies, only one jar file.

    0 讨论(0)
提交回复
热议问题