.net html table 导出Excel
我的html 页面代码如下:
<div style="overflow-y: scroll; height: 450px;" id="Result_div" runat="server">
<table cellpadding="0" cellspacing="0" width="100%" border="0px">
<thead>
<tr>
<td class='list-th' width="50px">
编号
</td>
<td class='list-th'>
试卷名称
</td>
<td class='list-th' width="150px">
测评对象
</td>
<td class='list-th' width="80px">
测评进度
</td>
<td class='list-th' width="60px">
平均分
&n