日期:2014-05-16  浏览次数:20453 次

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