From f98a44f909eeb79ee5f862129c74baa8cb9ebe7e Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Tue, 2 Apr 2002 06:31:28 +0000 Subject: [PATCH] A couple of questions to start with. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352307 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/xdocs/book.xml | 1 + src/documentation/xdocs/faq.xml | 13 ++++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) 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.