Question
5
Replies
694
Views
Posted: October 28, 2017
Last activity: January 29, 2018
Closed
Importing Data from HTML table to excel file
Hi guys,
How can I import the data present in an HTML table to an excel file.?
I tried using the import data method, but "data table cannot be void" message is coming.
Regards
***Updated by moderator: Lochan to update Categories***
You will need to create a DataTable and transform the data from the HTML Table to the DataTable, then pass that to the Excel Connector in order to successfully import the data.
The reason you are getting the message "DataTable Cannot be Null" is because you are not passing a parameter to the method call (no connection to the blue data point).