I have a table that contains actual data as well as empty cells. I want to parse it programatically but have some trouble doing so. Example: A E B C G H I also have an array of rows and columns, like: rows columns { {A; E} {B} {C; G} {H}} { {A; B; C} {E; G; H}} With this