I have a string which I get from HTML page.
HTML page has multiple tables. I want to get the table I need
for example string value is
adasdsad
I want sub string of
narasimman gPosted Jan 24, 2016, 9:52 AM
I didn't get it!!
I m downloading html page source using below code
String htmlcode = webclient.downloadstring(URL of html)
That html page contains three tables. I need second table from top and I convert it as datatable n create excel file.
narasimman gPosted Jan 24, 2016, 9:48 AM
Nigel FernandesPosted Jan 24, 2016, 2:51 AM
Francis SusaimichaelPosted Jan 24, 2016, 2:39 AM