为什么棋牌室开着开着就倒闭了?
Apache POI 3.15-beta1 发布了,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格式档案的功能。
改进记录:
* 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