发布于 2015-07-24 00:47:53 | 157 次阅读 | 评论: 0 | 来源: 网友投递
Apache POI 开放源码函式库
Apache POI是Apache软件基金会的开放源码函式库,POI提供API给Java程序对Microsoft Office格式档案读和写的功能。
Apache POI 3.13-beta1 发布,值得关注的更新如下:
* conditional formatting support for the common Color class
* basic support for adding vba code to .xlsm (macro-enabled) workbooks
* handling of more than 65536 rows in the FormularParser (#56328)
* a few security related features for zip bombs (#50090/#56865) and log forging (#58040)
* agile encryption is now working again - a regression since 3.11-final
* various NPE fixes in XWPF, S/XSSF
更多内容请查看:发行说明
Apache POI是Apache软件基金会的开放源码函式库,POI提供API给Java程序对Microsoft Office格式档案读和写的功能。
结构:
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格式档案的功能。