Hi,
I am trying to import data into XL using ImportHtmlTable() method. One of the columns has formula, which is not getting imported as formula. here is the sample html table
<table>
<tr>
<td>SM</td>
<td>Customer</td>
<td>2021 Estimate</td>
<td>%</td>
<td>CSR</td>
</tr>
<tr>
<td>BS</td>
<td>Customer 1</td>
<td>0</td>
<td>=C2+C303</td>
<td>MA</td>
</tr>
</table>
Any solution please on how to import this data and let Excel auto consider that column as formula?
Thanks,
Sunil