You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bundle.info 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. \u001B[1mSYNOPSIS\u001B[0m
  2. ${project.description}
  3. Original Maven URLs:
  4. \u001B[33mmvn:${pkgGroupId}/poi/${pkgVersion}\u001B[0m
  5. \u001B[33mmvn:${pkgGroupId}/poi-ooxml/${pkgVersion}\u001B[0m
  6. \u001B[33mmvn:${pkgGroupId}/poi-scratchpad/${pkgVersion}\u001B[0m
  7. \u001B[1mDESCRIPTION\u001B[0m
  8. The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats based
  9. upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). In short, you can
  10. read and write MS Excel files using Java. In addition, you can read and write MS Word and MS PowerPoint files using
  11. Java. Apache POI is your Java Excel solution (for Excel 97-2008). We have a complete API for porting other OOXML and
  12. OLE2 formats and welcome others to participate.
  13. OLE2 files include most Microsoft Office files such as XLS, DOC, and PPT as well as MFC serialization API based file
  14. formats. The project provides APIs for the OLE2 Filesystem (POIFS) and OLE2 Document Properties (HPSF).
  15. Office OpenXML Format is the new standards based XML file format found in Microsoft Office 2007 and 2008. This
  16. includes XLSX, DOCX and PPTX. The project provides a low level API to support the Open Packaging Conventions using
  17. openxml4j.
  18. For each MS Office application there exists a component module that attempts to provide a common high level Java api
  19. to both OLE2 and OOXML document formats. This is most developed for Excel workbooks (SS=HSSF+XSSF). Work is
  20. progressing for Word documents (HWPF+XWPF) and PowerPoint presentations (HSLF+XSLF).
  21. The project has recently added support for Outlook (HSMF). Microsoft opened the specifications to this format in
  22. October 2007. We would welcome contributions.
  23. There are also projects for Visio (HDGF), TNEF (HMEF), and Publisher (HPBF).
  24. As a general policy we collaborate as much as possible with other projects to provide this functionality.
  25. Examples include: Cocoon for which there are serializers for HSSF; Open Office.org with whom we collaborate in
  26. documenting the XLS format; and Tika / Lucene, for which we provide format interpretors.
  27. When practical, we donate components directly to those projects for POI-enabling them.
  28. \u001B[1mSEE ALSO\u001B[0m
  29. \u001B[36mhttp://poi.apache.org/\u001B[0m