Another FAQ.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
076450b180
commit
8a248a30f5
@ -2,31 +2,39 @@
|
|||||||
<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN" "dtd/faq-v11.dtd">
|
<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN" "dtd/faq-v11.dtd">
|
||||||
|
|
||||||
<faqs title="Frequently Asked Questions">
|
<faqs title="Frequently Asked Questions">
|
||||||
<faq>
|
<faq>
|
||||||
<question>
|
<question>
|
||||||
What is the HSSF "eventmodel"?
|
What is the HSSF "eventmodel"?
|
||||||
</question>
|
</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
|
||||||
require more knowledge on the part of the user, but reduces memory consumption by more than
|
require more knowledge on the part of the user, but reduces memory consumption by more than
|
||||||
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>
|
||||||
</answer>
|
</answer>
|
||||||
|
|
||||||
</faq>
|
</faq>
|
||||||
<faq>
|
<faq>
|
||||||
<question>
|
<question>
|
||||||
Why can't read the document I created using Star Office 5.1?
|
Why can't read the document I created using Star Office 5.1?
|
||||||
</question>
|
</question>
|
||||||
<answer>
|
<answer>
|
||||||
<p>
|
<p>
|
||||||
Star Office 5.1 writes some records using the older BIFF standard. This causes some problems
|
Star Office 5.1 writes some records using the older BIFF standard. This causes some problems
|
||||||
with POI which supports only BIFF8.
|
with POI which supports only BIFF8.
|
||||||
</p>
|
</p>
|
||||||
</answer>
|
</answer>
|
||||||
|
</faq>
|
||||||
</faq>
|
<faq>
|
||||||
|
<question>
|
||||||
|
Why am I getting an exception each time I attempt to read my spreadsheet?
|
||||||
|
</question>
|
||||||
|
<answer>
|
||||||
|
It's possible your spreadsheet contains a feature that is not currently supported by HSSF.
|
||||||
|
For example - spreadsheets containing cells with rich text are not currently supported.
|
||||||
|
</answer>
|
||||||
|
</faq>
|
||||||
|
|
||||||
</faqs>
|
</faqs>
|
||||||
|
Loading…
Reference in New Issue
Block a user