<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">
<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
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>