T5750 / poi-repositories

:sunny: Read and Write Excel file using Java and Apache POI
https://poix.readthedocs.io
Apache License 2.0
323 stars 298 forks source link

只引入poi 5.0版本还显示3.17 和5.0.0 都有,方法和实现类都走的3.17 是什么原因呢 #4

Closed Yan-minghao closed 2 years ago

Yan-minghao commented 3 years ago
org.apache.poi poi 5.0.0
    <dependency>
        <groupId>org.apache.poi</groupId>
        <artifactId>poi-ooxml</artifactId>
        <version>5.0.0</version>
    </dependency>

image

T5750 commented 3 years ago

org.apache.poi poi 5.0.0 org.apache.poi poi-ooxml 5.0.0 image

您好,部分方法和实现类是3.17特有的,5.0.0需要同步升级相应的方法和实现类

T5750 commented 2 years ago

POI 5.x 分支 https://github.com/T5750/poi POI 3.x 分支 https://github.com/T5750/poi/tree/poi3 需要时再打开