Apache POI 3.14-beta1 发布下载

Linux大全评论1.2K views阅读模式

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格式档案的功能。

POI实现导出EXCEL详解  http://www.linuxidc.com/Linux/2014-10/108119.htm

企鹅博客
  • 本文由 发表于 2020年4月25日 22:07:18
  • 转载请务必保留本文链接:https://www.qieseo.com/295323.html

发表评论