Maybe there can be 2 methods (can be more)
1) Method #1:
a) Create a DataSet having a DataTable
b) Parse the HTML (string manipulation) copy each row in that DataTable
2) Method #2:
a) Parse the HTML and convert it into XML (string manipulation)
b) Create DataSet using that XML