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 是一个开源的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格式档案的功能。