diff --git a/src/documentation/xdocs/book.xml b/src/documentation/xdocs/book.xml index 096de9d6e..1c6f4546a 100644 --- a/src/documentation/xdocs/book.xml +++ b/src/documentation/xdocs/book.xml @@ -15,6 +15,7 @@ + diff --git a/src/documentation/xdocs/faq.xml b/src/documentation/xdocs/faq.xml index d3c74b66c..a90a20f27 100644 --- a/src/documentation/xdocs/faq.xml +++ b/src/documentation/xdocs/faq.xml @@ -6,9 +6,6 @@ What is the HSSF "eventmodel"? - - When will all the documentation be ported to the new site? -

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

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