Required maven dependencies for Apache POI to work

前端 未结 10 955
长情又很酷
长情又很酷 2021-01-03 19:17

I want to use Apache POI library to parse excel files (old versions and newer versions of excel). So I was wondering what jars do i need to include from the Apache POI becau

10条回答
  •  借酒劲吻你
    2021-01-03 19:47

    There are multiple jars which are required for your APACHE POI to work with your application.

    List of JAR file:-

    1. poi-4.1.0
    2. poi-ooxml-4.1.0
    3. commons-collections4-4.3
    4. commons-compress-1.18
    5. xmlbeans-3.1.0
    6. poi-ooxml-schemas-3.9
    7. dom4j-1.6.1

提交回复
热议问题