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
- SS Common: fix number formatting
- SXSSF: fix XML processing - unicode surrogates and line breaks
软件详情:https://poi.apache.org/changes.html
下载地址:https://poi.apache.org/download.html
来自:开源中国社区

