发布于 2015-12-24 23:56:14 | 205 次阅读 | 评论: 0 | 来源: 网友投递
Apache POI 开放源码函式库
Apache POI是Apache软件基金会的开放源码函式库,POI提供API给Java程序对Microsoft Office格式档案读和写的功能。
Apache POI 3.14-beta1 发布,主要更新如下:
* Limited read-only support for the Visio OOXML format. ** This means this release is accompanied by updates to the ooxml-schemas and ooxml-security JARs of schemas. * Modified our use of XmlBeans so that ooxml-schemas no longer allows parsing raw data without safe limits. * Numerous bug-fixes and improvements to XSSF and SXSSF. * Substantial progress towards common SL interfaces. * Fixed some regressions in PPT support
更多介绍请看:发行说明。
Apache POI 是一个开源的Java读写Excel、WORD等微软OLE2组件文档的项目。目前POI已经有了Ruby版本。
结构:
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格式档案的功能。