| Author |
Problem in exporting the jsp in excel
|
pankaj semwal
Ranch Hand
Joined: Oct 07, 2008
Posts: 300
|
|
Hi List[],
Below is my jsp .I am trying to export this jsp to excel file.
But its still opening in jsp .Please tell me where i am wrong.
|
 |
Ram Para
Ranch Hand
Joined: Jul 09, 2008
Posts: 48
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ page language="java" contentType="application/vnd.ms-excel; charset=windows-1252" %>
make sure that these two lines are on the top of jsp.
|
Ram Parashar
http://doinfinite.com
|
 |
pankaj semwal
Ranch Hand
Joined: Oct 07, 2008
Posts: 300
|
|
I added these lines in the top of jsp.
But still the same problem is coming.
Thanks
|
 |
 |
|
|
subject: Problem in exporting the jsp in excel
|
|
|