]> source.dussan.org Git - poi.git/commitdiff
A new FAQ entry. Now if we could just get our users to stop asking questions. This...
authorGlen Stampoultzis <glens@apache.org>
Mon, 22 Apr 2002 07:14:02 +0000 (07:14 +0000)
committerGlen Stampoultzis <glens@apache.org>
Mon, 22 Apr 2002 07:14:02 +0000 (07:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352461 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/faq.xml

index 7934dfd6e8e7cf8ea08e6ce6a8bb0717418658b7..c038e3b51e88e9e0736f2ad06d1a8f2fd4f7a206 100644 (file)
@@ -7,12 +7,10 @@
           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>
           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>
             Why am I getting an exception each time I attempt to read my spreadsheet?
         </question>
         <answer>
-           <p>
             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.
-            </p>
+        </answer>
+    </faq>
+    <faq>
+        <question>
+            Does HSSF support protected spreadsheets?
+        </question>
+        <answer>
+            Protecting a spreadsheet encripts it.  We wont touch encription because we're not legally educated
+            and don't understand the full implications of trying to implement this.  If you wish to have a go
+            at this feel free to add it as a plugin module.  We wont be hosting it here however.
         </answer>
     </faq>
 </faqs>