A couple of questions to start with.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352307 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-04-02 06:31:28 +00:00
parent a10d1588c3
commit f98a44f909
2 changed files with 9 additions and 5 deletions

View File

@ -15,6 +15,7 @@
<menu-item label="2.0 Vision" href="plan/POI20Vision.html"/>
<menu-item label="Who we are" href="who.html"/>
<menu-item label="Changes" href="changes.html"/>
<menu-item label="FAQ" href="faq.html"/>
</menu>
<menu label="Sub-Projects">

View File

@ -6,9 +6,6 @@
<question>
What is the HSSF "eventmodel"?
</question>
<question>
When will all the documentation be ported to the new site?
</question>
<answer>
<p>
The HSSF eventmodel package is a new API for reading XLS files more efficiently. It does
@ -16,11 +13,17 @@
tenfold. It is based on the AWT event model in combination with SAX. If you need read-only
access to a given XLS file, this is the best way to do it.
</p>
<!-- <note>This is a note.</note>-->
</answer>
</faq>
<faq>
<question>
Why can't read the document I created using Star Office 5.1?
</question>
<answer>
<p>
Soon, very soon.
Star Office 5.1 writes some records using the older BIFF standard. This causes some problems
with POI which supports only BIFF8.
</p>
</answer>