I'm 'trying' to make an application and one of the features I would like is to have a table reading thing (for private use).

I want the contents of the table (from a website, e.g http://pastehtml.com/view/c8nf2c51a.html ) to be displayed in a ListView

Name:  tR8dJ.png
Views: 401
Size:  4.8 KB

How would I;

a) Remove all HTML from the webpage other than the table?

b) Split the cells up so theyre entered into the ListView row by row with row a being first etc.

Thank you.