]> source.dussan.org Git - poi.git/commitdiff
Another FAQ.
authorGlen Stampoultzis <glens@apache.org>
Sat, 6 Apr 2002 07:19:58 +0000 (07:19 +0000)
committerGlen Stampoultzis <glens@apache.org>
Sat, 6 Apr 2002 07:19:58 +0000 (07:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352331 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/faq.xml

index 15892eb5a198ea32edf0bf2c677c10482203ca49..bdc642008a75253cebc170641b66dea8630d116a 100644 (file)
@@ -2,31 +2,39 @@
 <!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN" "dtd/faq-v11.dtd">
 
 <faqs title="Frequently Asked Questions">
-<faq>
-  <question>
-    What is the HSSF "eventmodel"? 
-  </question>
-  <answer>
-    <p>
-      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
-      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>
-  </answer>
+    <faq>
+        <question>
+          What is the HSSF "eventmodel"?
+        </question>
+        <answer>
+            <p>
+              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
+              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>
+        </answer>
 
-</faq>
-<faq>
-    <question>
-      Why can't read the document I created using Star Office 5.1?
-    </question>
-  <answer>
-    <p>
-      Star Office 5.1 writes some records using the older BIFF standard.  This causes some problems
-      with POI which supports only BIFF8.
-    </p>
-  </answer>
-
-</faq>
+    </faq>
+    <faq>
+        <question>
+          Why can't read the document I created using Star Office 5.1?
+        </question>
+        <answer>
+            <p>
+              Star Office 5.1 writes some records using the older BIFF standard.  This causes some problems
+              with POI which supports only BIFF8.
+            </p>
+        </answer>
+    </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>