parsing/extracting a HTML Table, Website in Java
问题 I want to parse the contents of this HTML table : Here is the full website with source code: http://www.kantschule-falkensee.de/uploads/dmiadgspahw/klassen/A_Klasse_11.htm I want to parse the data for each cell, all 5 cells under "Montag"(Monday) as an example. I tried several ways of parsing this Website using JSOUP but i havent got any succes with it. My main Goal is to show the contents in an listview in an Android app. For now i tried to print the contents in a java console. Both