| Author |
Getting Error While Exporting Excel
|
Arunkumar Chinnadurai
Ranch Hand
Joined: Dec 15, 2011
Posts: 53
|
|
Hi,
As a developer i got another chance to learn something from following error
i have called the exporting to excel from my servlet code... i got this following error
i think this error for more then once if i call response.getOutputStream();
Plase any one can help me...
Regards,
Arunkumar C
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56554
|
|
Where's your code? Please be sure to UseCodeTags when posting the code.
And surely you are using a servlet for this, and not a JSP? :shock:
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Arunkumar Chinnadurai
Ranch Hand
Joined: Dec 15, 2011
Posts: 53
|
|
Hi Friends...
I got the answer.....
Actually i have called two times in writer option
one is PrintWriter
Secound one is getOutputStream..
so now i get clear....
Report.jsp
|
 |
 |
|
|
subject: Getting Error While Exporting Excel
|
|
|