From 9d1fbeeefc9c113983917b57035d63d6bbe2fa37 Mon Sep 17 00:00:00 2001 From: Avik Sengupta Date: Wed, 12 Jun 2002 18:13:56 +0000 Subject: [PATCH] sorry, fixed git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352693 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/xdocs/faq.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/xdocs/faq.xml b/src/documentation/xdocs/faq.xml index 5852a85086..71957db754 100644 --- a/src/documentation/xdocs/faq.xml +++ b/src/documentation/xdocs/faq.xml @@ -126,7 +126,7 @@ public static boolean isCellDateFormatted(HSSFCell cell) { the HTTP response to determine the file type; rather it uses the file extension on the request. Thus you might want to add a .xls to your request string. For example http://yourserver.com/myServelet.xls?param1=xx. Sometimes - a request like http://yourserver.com/myServelet?param1=xx&dummy=file.xls is also + a request like http://yourserver.com/myServelet?param1=xx&dummy=file.xls is also known to work.

-- 2.39.5