mirror of https://github.com/apache/poi.git
Made this page up to date
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b0db8a70b4
commit
ba4382bb1c
|
@ -6,20 +6,29 @@
|
|||
<title>HDF</title>
|
||||
<subtitle>Overview</subtitle>
|
||||
<authors>
|
||||
<person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
|
||||
<person name="Andrew C. Oliver" email="acoliver@apache.org"/>
|
||||
<person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
|
||||
<person name="Andrew C. Oliver" email="acoliver@apache.org"/>
|
||||
<person name="Ryan Ackley" email="sackley@apache.org"/>
|
||||
</authors>
|
||||
</header>
|
||||
|
||||
<body>
|
||||
<section title="Overview">
|
||||
|
||||
<p>HDF will be the name of OUR port of the Microsoft Word 97(-2002) file format to
|
||||
<p>HDF is the name of OUR port of the Microsoft Word 97(-2002) file format to
|
||||
pure Java.</p>
|
||||
<p>HDF is still in early development. If you want to help us, you can
|
||||
follow development on the poi-dev mailing list.</p>
|
||||
|
||||
|
||||
<p>HDF is still in early development. It is in the
|
||||
<link href="http://cvs.apache.org/viewcvs/jakarta-poi/src/scratchpad/">scratchpad section of the
|
||||
CVS.</link> Source code in the <b>org.apache.poi.hdf.extractor</b> tree is
|
||||
legacy code. Source in the <b>org.apache.poi.hdf.model</b>
|
||||
tree is the old legacy code refactored into an object model. Check the How-To
|
||||
page for detailed examples on using HDF.
|
||||
</p>
|
||||
<p>
|
||||
We are looking for developers!!! If you are interested in helping with HDF
|
||||
familiarize yourself with the source code and just start coding. Make sure
|
||||
you read the guidelines for <link href="http://jakarta.apache.org/poi/getinvolved/index.html">
|
||||
getting involved</link></p>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
||||
|
|
Loading…
Reference in New Issue