我有一个html表如下。该表只有表格标题。
<table id="table-0">
<tbody>
<tr>
<th>Column1</th>
<th>Column2</th>
<th>Column3</th>
</tr>
</tbody>
</table>
我需要使用javascript / jQuery用数据填充这个html表。表数据应来自excel表。即我想阅读excel表并用我的html表填充这些数据。
任何建议都将不胜感激。
谢谢