html表格式数据为Excel格式

时间:2015-04-07 05:53:21

标签: html excel html-table valueconverter

我尝试了一个带有表格的html页面..我想将表格数据转换为Excel格式...我试过搜索但没有找到任何好的参考资料..请帮我一些好的参考资料..

这是我的html页面中的示例表。该表包含一些行和列,如何将此表值转换为Excel格式?

 <table border="1" id="1.1.3b" name="1.1.3b"> 
  <tr style="background-color:#D8A455; border-top-color: white; border-style: hidden hidden groove;">
  <td colspan="7" style="border-right-style: hidden; font-weight:bold;"> 1.3.4 (b) As per Category of Cities<td></tr>
 <tr><th>&nbsp; </th>
 <th>Tier 1</th>
 <th>Tier 2</th>
 <th>Tier 3</th>
 <th>Tier 4</th>
 <th>Tier 5</th>
 <th>Tier 6</th>
 <th>Total</th></tr>

<tr><td>At the beginning of the year</td>
<input type=text id="1.1.3b_1_1" name="1.1.3b_1_1" title="qry"></td>
<input type=text id="1.1.3b_1_2" name="1.1.3b_1_2" title="qry"></td>
<input type=text id="1.1.3b_1_3" name="1.1.3b_1_3" title="qry"></td>
<input type=text id="1.1.3b_1_4" name="1.1.3b_1_4" title="qry"></td>
<input type=text id="1.1.3b_1_5" name="1.1.3b_1_5" title="qry"></td>
<input type=text id="1.1.3b_1_6" name="1.1.3b_1_6" title="qry"></td>
<input type=text id="1.1.3b_1_7" name="1.1.3b_1_7" title="qry"></td>
 </tr>

 <tr><td>Closed during the year</td>
<input type=text id="1.1.3b_2_1" name="1.1.3b_2_1" title="qry"></td>
<input type=text id="1.1.3b_2_2" name="1.1.3b_2_2" title="qry"></td>
<input type=text id="1.1.3b_2_3" name="1.1.3b_2_3" title="qry"></td>
<input type=text id="1.1.3b_2_4" name="1.1.3b_2_4" title="qry"></td>
<input type=text id="1.1.3b_2_5" name="1.1.3b_2_5" title="qry"></td>
<input type=text id="1.1.3b_2_6" name="1.1.3b_2_6" title="qry"></td>
<input type=text id="1.1.3b_2_7" name="1.1.3b_2_7" title="qry"></td>
  </tr>

 <tr><td>Merged during the year</td>
<input type=text id="1.1.3b_3_1" name="1.1.3b_3_1" title="qry"></td>
<input type=text id="1.1.3b_3_2" name="1.1.3b_3_2" title="qry"></td>
<input type=text id="1.1.3b_3_3" name="1.1.3b_3_3" title="qry"></td>
<input type=text id="1.1.3b_3_4" name="1.1.3b_3_4" title="qry"></td>
<input type=text id="1.1.3b_3_5" name="1.1.3b_3_5" title="qry"></td>
<input type=text id="1.1.3b_3_6" name="1.1.3b_3_6" title="qry"></td>
<input type=text id="1.1.3b_3_7" name="1.1.3b_3_7" title="qry"></td>
</tr>


 <tr><td>Opened during the year</td>

   <input type=text id="1.1.3b_4_1" name="1.1.3b_4_1" title="qry"></td>
   <input type=text id="1.1.3b_4_2" name="1.1.3b_4_2" title="qry"></td>
   <input type=text id="1.1.3b_4_3" name="1.1.3b_4_3" title="qry"></td>
   <input type=text id="1.1.3b_4_4" name="1.1.3b_4_4" title="qry"></td>
   <input type=text id="1.1.3b_4_5" name="1.1.3b_4_5" title="qry"></td>
   <input type=text id="1.1.3b_4_6" name="1.1.3b_4_6" title="qry"></td>
   <input type=text id="1.1.3b_4_7" name="1.1.3b_4_7" title="qry"></td>
 </tr>     

<tr><td>Total at the end of the year</td>
   <input type=text id="1.1.3b_5_1" name="1.1.3b_5_1" title="qry"></td>
   <input type=text id="1.1.3b_5_2" name="1.1.3b_5_2" title="qry"></td>
   <input type=text id="1.1.3b_5_3" name="1.1.3b_5_3" title="qry"></td>
   <input type=text id="1.1.3b_5_4" name="1.1.3b_5_4" title="qry"></td>
   <input type=text id="1.1.3b_5_5" name="1.1.3b_5_5" title="qry"></td>
   <input type=text id="1.1.3b_5_6" name="1.1.3b_5_6" title="qry"></td>
   <input type=text id="1.1.3b_5_7" name="1.1.3b_5_7" title="qry"></td>
</tr>
    </div>  

0 个答案:

没有答案