Apache POI  3.17 已发布,这是最后一个支持 Java 6 的版本。下个发行版将是 4.0.0 ,最低支持 Java 8 ,预计今年 12 月发布。

Apache POI 是用 Java 编写的开源跨平台的 Java API,提供 API 给 Java 程式对 Microsoft Office 格式档案读和写的功能。简而言之,你可以使用 Java 读取和写入 MS Excel 文件,也可以读取和写入 MS Word 和 MS PowerPoint 文件。

该版本值得注意的更新内容:

- Various modules: add sanity checks and fix infinite loops / OOMs caused by fuzzed data
- OPC: fix linebreak handling on XML signature calculation (#61182)
- SS Common: fix number formatting (github-43/52, #60422)
- SXSSF: fix XML processing - unicode surrogates and line breaks (#61048, #61246)

完整更新内容

下载地址:

https://poi.apache.org/download.html



新闻来源:Apache POI 3.17 发布,Office 文档的 Java API