<%
response.setHeader("Content-disposition","attachment; filename=export_data.xls");
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>
<BODY>
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" >
<head>
<style>
<!--table
{mso-displayed-decimal-separator:"/.";
mso-displayed-thousand-separator:"/,";}
@page
{margin:1.0in .75in 1.0in .75in;
mso-header-margin:.5in;
mso-footer-margin:.5in;}
.font0
{color:windowtext;
font-size:12.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:宋体;
mso-generic-font-family:auto;
mso-font-charset:134;}
.font6
{color:windowtext;
font-size:12.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:"Times New Roman", serif;
mso-font-charset:0;}
tr
{mso-height-source:auto;
mso-ruby-visibility:none;}
col
{mso-width-source:auto;
mso-ruby-visibility:none;}
br
{mso-data-placement:same-cell;}
.style0
{mso-number-format:General;
text-align:general;
vertical-align:bottom;
white-space:;
mso-rotate:0;
mso-background-source:auto;
mso-pattern:auto;
color:windowtext;
font-size:12.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:宋体;
mso-generic-font-family:auto;
mso-font-charset:134;
border:none;
mso-protection:locked visible;
mso-style-name:常规;
mso-style-id:0;}
td
{mso-style-parent:style0;
padding-top:5px;
padding-right:5px;
padding-left:5px;
mso-ignore:padding;
color:windowtext;
font-size:12.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:宋体;
mso-generic-font-family:auto;
mso-font-charset:134;
mso-number-format:General;
text-align:general;
vertical-align:bottom;
border-top:.5pt solid windowtext;
border-right:.5pt solid windowtext;
border-bottom:.5pt solid windowtext;
border-left:.5pt solid windowtext;
mso-background-source:auto;
mso-pattern:auto;
mso-protection:locked visible;
white-space:;
mso-rotate:0;}
.left
{mso-style-parent:style0;
text-align:left;
border:.5pt solid windowtext;}
.left_red
{mso-style-parent:style0;
text-align:left;
border:.5pt solid windowtext;
color:red;}
.center
{mso-style-parent:style0;
text-align:center;
border:.5pt solid windowtext;}
.right
{mso-style-parent:style0;
font-family:"Times New Roman", serif;
text-align:right;
mso-font-charset:0;
mso-number-format:"/@";}
.right_red
{mso-style-parent:style0;
font-family:"Times New Roman", serif;
text-align:right;
mso-font-charset:0;
mso-number-format:"/@";
color:red;}
ruby
{ruby-align:left;}
rt
{color:windowtext;
font-size:9.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:宋体;
mso-generic-font-family:auto;
mso-font-charset:134;
mso-char-type:none;
display:none;}
-->
</style>
</head>
<body >
<table class=main cellspacing="0" cellpadding="0" align="center">
<tr><td valign="top">
<FORM name="thisform" method="post">
<table width="100%" cellSpacing=0 borderColorDark=#F3FBF0 cellPadding=1 align=center borderColorLight=#999999 border=1>
<%
for(int m = 0; m < 70000; m++)
{
out.print("<TR>");
out.print("<td align='center'>" + m + "</td>");
out.print("<td align='center'>" + m + "</td>");
out.print("</TR>");
}
%>
</table>
</td></tr>
</table>
</form>
</body>
</html>
</BODY>
</HTML>