发布于 2016-04-16 23:59:43 | 280 次阅读 | 评论: 0 | 来源: 网友投递
Apache POI 开放源码函式库
Apache POI是Apache软件基金会的开放源码函式库,POI提供API给Java程序对Microsoft Office格式档案读和写的功能。
Apache POI 3.15-beta1 发布了,
结构:
HSSF - 提供读写Microsoft Excel XLS格式档案的功能。
XSSF - 提供读写Microsoft Excel OOXML XLSX格式档案的功能。
HWPF - 提供读写Microsoft Word DOC97格式档案的功能。
XWPF - 提供读写Microsoft Word DOC2003格式档案的功能。
HSLF - 提供读写Microsoft PowerPoint格式档案的功能。
HDGF - 提供读Microsoft Visio格式档案的功能。
HPBF - 提供读Microsoft Publisher格式档案的功能。
HSMF - 提供读Microsoft Outlook格式档案的功能。
改进记录:
* removal of deprecated elements (#59170)
* avoid XmlBeans calls to piccolo parser which caused OOM in rare cases (#57031)
* support for passwords longer than 15 chars for write-protection or binary formats (#59135)
* various NPE fixes in XSSF/HSSF
* fixes for color handling in XSSF and support for system colors in Common SL
下载地址:http://poi.apache.org/download.htm