]> source.dussan.org Git - poi.git/commitdiff
New FAQ - thanks Avik!
authorGlen Stampoultzis <glens@apache.org>
Wed, 12 Jun 2002 08:09:27 +0000 (08:09 +0000)
committerGlen Stampoultzis <glens@apache.org>
Wed, 12 Jun 2002 08:09:27 +0000 (08:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352678 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/xdocs/faq.xml

index 887ea30da9bcefa37756dcf966aa30589cb0a70a..8fe16cd55b4e73d63b1880989628e67c195871b4 100644 (file)
@@ -109,5 +109,22 @@ public static boolean isCellDateFormatted(HSSFCell cell) {
   }
             </source>
         </answer>
+        <question>
+            I'm trying to stream an XLS file from a servlet and I'm having some trouble.  What's the problem?
+        </question>
+        <answer>
+            <p>
+            Dont depend on IE to show you an attachment properly if you stream it via a
+            servlet. Every minor version of IE has different bugs.
+            </p>
+            <p>
+            To guarantee it to work, instead of doing a server-side redirect
+            (requestdispather), try doing a client side redirect to your xls file. Thats
+            guaranteed to work ... (also keep in mind that *sometimes* IE makes TWO
+            requests for a document that is opened by an external handler .. so if your xls
+            production is heavy, you might have a problem.)
+            </p>
+            <!-- Thanks to Avik for the answer -->
+        </answer>
     </faq>
 </faqs>