From 8a248a30f5819afe27f873452d95157686385d7e Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Sat, 6 Apr 2002 07:19:58 +0000 Subject: [PATCH] Another FAQ. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352331 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/xdocs/faq.xml | 58 +++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 25 deletions(-) diff --git a/src/documentation/xdocs/faq.xml b/src/documentation/xdocs/faq.xml index 15892eb5a..bdc642008 100644 --- a/src/documentation/xdocs/faq.xml +++ b/src/documentation/xdocs/faq.xml @@ -2,31 +2,39 @@ - - - What is the HSSF "eventmodel"? - - -

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

-
+ + + What is the HSSF "eventmodel"? + + +

+ 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. +

+
-
- - - Why can't read the document I created using Star Office 5.1? - - -

- Star Office 5.1 writes some records using the older BIFF standard. This causes some problems - with POI which supports only BIFF8. -

-
- -
+
+ + + Why can't read the document I created using Star Office 5.1? + + +

+ Star Office 5.1 writes some records using the older BIFF standard. This causes some problems + with POI which supports only BIFF8. +

+
+
+ + + Why am I getting an exception each time I attempt to read my spreadsheet? + + + 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. + +