<%@ page contentType="application/vnd.ms-excel;charset=utf-8" %>

<%

response.setHeader("Content-disposition","attachment; filename="+fileName);

response.setHeader("Content-Description","JSP Generated Data");

%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">

<html xmlns="">

<head>

<meta http-equiv="Content-Type" content="application/vnd.ms-excel; charset=utf-8">

<title>Excel-Jsp</title>

</head>

<body>

</body>

</html>