阅读背景:

如何使用javascript将html表导出为excel

来源:互联网 

My table is in format

我的表格式

<table id="mytable">
<thead>
  <tr>
    <th>name</th>
    <th>place</th>
  </tr>
</thead>
<tbody>
<tr>
   <td>adfas</td>
   <td>asdfasf</td>
</tr>
</tbody>
</table>
<table id="myt



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: