1. Error opening MS Excel report coderanch.comWe are trying to resolve an issue related to creation and display of MS Excel reports. Creation of appropriate report is done in JSP, and content type is set to Excel. This JSP fails to create a report only for the first time. For the first time it pops up an error Microsoft Excel cannot access the file ' |
2. Error in excel report generation from jsp coderanch.comPls find the code below.. I am trying to generate the report from jsp: <% response.setContentType("application/vnd.ms-excel.xls"); response.setHeader("content-disposition","attachment;filename=test.xls"); %> |