M
Mayur
I am using following code to convert my jsp to Excel
response.setHeader("Content-
Disposition","attachment;filename=abc.xls");
response.setContentType ("application/vnd.ms-excel");
Its working fine on the local machine but on the server it takes lots
of time for running and if the data is more the connection is lost.
this doesnt work on heavy files. i dont understand what is the
problem? Please help me.
response.setHeader("Content-
Disposition","attachment;filename=abc.xls");
response.setContentType ("application/vnd.ms-excel");
Its working fine on the local machine but on the server it takes lots
of time for running and if the data is more the connection is lost.
this doesnt work on heavy files. i dont understand what is the
problem? Please help me.