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:
parent
a10d1588c3
commit
f98a44f909
@ -15,6 +15,7 @@
|
|||||||
<menu-item label="2.0 Vision" href="plan/POI20Vision.html"/>
|
<menu-item label="2.0 Vision" href="plan/POI20Vision.html"/>
|
||||||
<menu-item label="Who we are" href="who.html"/>
|
<menu-item label="Who we are" href="who.html"/>
|
||||||
<menu-item label="Changes" href="changes.html"/>
|
<menu-item label="Changes" href="changes.html"/>
|
||||||
|
<menu-item label="FAQ" href="faq.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<menu label="Sub-Projects">
|
<menu label="Sub-Projects">
|
||||||
|
@ -6,9 +6,6 @@
|
|||||||
<question>
|
<question>
|
||||||
What is the HSSF "eventmodel"?
|
What is the HSSF "eventmodel"?
|
||||||
</question>
|
</question>
|
||||||
<question>
|
|
||||||
When will all the documentation be ported to the new site?
|
|
||||||
</question>
|
|
||||||
<answer>
|
<answer>
|
||||||
<p>
|
<p>
|
||||||
The HSSF eventmodel package is a new API for reading XLS files more efficiently. It does
|
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
|
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.
|
access to a given XLS file, this is the best way to do it.
|
||||||
</p>
|
</p>
|
||||||
<!-- <note>This is a note.</note>-->
|
|
||||||
</answer>
|
</answer>
|
||||||
|
|
||||||
|
</faq>
|
||||||
|
<faq>
|
||||||
|
<question>
|
||||||
|
Why can't read the document I created using Star Office 5.1?
|
||||||
|
</question>
|
||||||
<answer>
|
<answer>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
</answer>
|
</answer>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user