Go to file
Joe Schaefer f1272e45aa move poi to top level
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/pre-new-crysalsa@550311 13f79535-47bb-0310-9956-ffa450edef68
2007-06-25 01:51:34 +00:00
build/jakarta-poi/docs logos 2002-03-28 01:02:04 +00:00
legal Make POI use commons.logging, make log4j optional and clean structure to comply with, and use, Krysalis Centipede 2.0.1. 2002-03-14 11:05:10 +00:00
lib Update of the build system to make the script cleaner and make ./lib/endorsed libs automatically used in both script and build classpaths. 2002-03-16 17:08:00 +00:00
src A couple of questions to start with. 2002-04-02 06:31:28 +00:00
tools Removed IZPressHtmlCompressTask.java that was no longer used in build. 2002-03-26 13:50:50 +00:00
.cvsignore Make new .log files ignored by CVS. 2002-03-14 11:59:02 +00:00
README.txt Inserting the description of the project that was missing. Others please complete both this file and project-info.xml. 2002-03-14 11:11:13 +00:00
appendcp.bat Update of the build system to make the script cleaner and make ./lib/endorsed libs automatically used in both script and build classpaths. 2002-03-16 17:08:00 +00:00
build.bat Update of the build system to make the script cleaner and make ./lib/endorsed libs automatically used in both script and build classpaths. 2002-03-16 17:08:00 +00:00
build.sh Update of the build system to make the script cleaner and make ./lib/endorsed libs automatically used in both script and build classpaths. 2002-03-16 17:08:00 +00:00
build.xml Update of the build system to make the script cleaner and make ./lib/endorsed libs automatically used in both script and build classpaths. 2002-03-16 17:08:00 +00:00
project-info.xml Added Gump descriptor. 2002-03-16 14:44:32 +00:00

README.txt

                                  P O I

                               @version@


  What is it?
  -----------

  The POI project consists of APIs for manipulating various file formats 
  based upon Microsoft's OLE 2 Compound Document format using pure Java.
  
  A common misconception is that POI writes Excel files. POI is the name 
  of the project. 
  POI contains several components, one of which, HSSF, writes Excel files. 
  The following are components of the entire POI project.
  
    POIFS 
    -----
    The oldest and most stable part of the project. 
    It is our port of the OLE 2 Compound Document Format to pure Java. 
    It supports both read and write functionality. 
    All of our components ultimately rely on it by definition. 
  
    HSSF
    ----- 
    It's our port of the Microsoft Excel 97(-2002) file format (BIFF8) 
    to pure Java. It supports read and write capability. 
  
    HDF 
    ---
    It's our port of the Microsoft Word 97 file format to pure Java. 
    It supports read and write capability. 
    This component is in the early stages of design. 
    Jump in! 
   
  Where is it?
  ------------

  The home page for the POI project can be found in the POI 
  Project web site (http://jakarta.apache.org/poi/). There you also find 
  information on how to download the latest release as well as all the other 
  information you might need regarding this project.


  Requirements
  ------------

 The following requirements exist for installing it:

   o  A Java 1.2 or later compatible virtual machine for your operating system.

  Installation Instructions and Documentation
  -------------------------------------------

  The documentation available as of the date of this release is
  included in the "docs/" directory.

  Look for the most updated documentation on the POI web site.


  Licensing and legal issues
  --------------------------

  For legal and licensing issues, please read the LICENSE files
  in the /legal directory.


  Thanks for using POI.

                                           The POI Project
                                           http://jakarta.apache.org/poi/