ImportHtmlTable with formula columns

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


4 Replies

KK Konduru Keerthi Konduru Ravichandra Raju Syncfusion Team February 2, 2022 03:55 PM UTC

Hi Sunil, 

Greetings from Syncfusion. 

We are checking the query and will get back to you with details tomorrow. We appreciate your patience. 

Regards, 
Keerthi. 



KK Konduru Keerthi Konduru Ravichandra Raju Syncfusion Team February 3, 2022 04:27 AM UTC

Hi Sunil, 

We appreciate your patience. 

As of now we do not have support for importing HTML table with formulas into Excel worksheet. However, we have considered your request and logged a feature report as “Import HTML table with formulas into Excel worksheet”. But we do not have any immediate plans to implement this feature in near future. You can track the status of this feature report through following feedback link. 


Regards, 
Ramya. 
 



SU Sunil February 3, 2022 04:46 AM UTC

thanks Ramya for the update!

Thank you!

Sunil



KK Konduru Keerthi Konduru Ravichandra Raju Syncfusion Team February 3, 2022 11:09 AM UTC

Hi Sunil, 

You are Welcome. 

Regards, 
Keerthi. 


Loader.
Up arrow icon