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.

overview.xml 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "dtd/document-v10.dtd">
  3. <document>
  4. <header>
  5. <title>Overview</title>
  6. <authors>
  7. <person id="AO" name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
  8. </authors>
  9. </header>
  10. <body>
  11. <s1 title="What is it?">
  12. <p>The POI project is the master project for developing pure Java ports of those
  13. file formats based on Microsoft's OLE 2 Compound Document Format. OLE 2
  14. Compound Document Format is by Microsoft Office Documents, as well as
  15. programs using MFC property sets to serialize their document objects.
  16. </p>
  17. </s1>
  18. <s1 title="Sub-Projects">
  19. <p>
  20. There following are ports, packages or components contained in the POI project.
  21. </p>
  22. <s2 title="POIFS">
  23. <p>
  24. <link href="poifs/index.html">POIFS</link> is the set of APIs
  25. for reading and writing OLE 2 Compound Document Formats using (only) Java.
  26. </p>
  27. </s2>
  28. <s2 title="HSSF">
  29. <p>
  30. <link href="hssf/index.html">HSSF</link> is the set of APIs
  31. for reading and writing Microsoft Excel 97(-XP) spreadsheet using (only) Java.
  32. </p>
  33. </s2>
  34. <s2 title="HDF">
  35. <p>
  36. <link href="hdf/index.html">HDF</link> is the set of APIs
  37. for reading and writing Microsoft Word 97(-XP) spreadsheet using (only) Java.
  38. </p>
  39. </s2>
  40. <s2 title="POI-Utils">
  41. <p>
  42. <link href="utils/index.html">POI-Utils</link> are general purpose artifacts
  43. from POI development that have not yet been implemented elsewhere. We're
  44. always looking to donate these and maintain them as part of a general library
  45. used in another project. These are things we need to complete our mission but
  46. are generally outside of it.
  47. </p>
  48. </s2>
  49. </s1>
  50. </body>
  51. <footer>
  52. <legal>
  53. Copyright (c) @year@ The Poi Project All rights reserved.
  54. $Revision$ $Date$
  55. </legal>
  56. </footer>
  57. </document>