What exactly do you want to do or what do you expect.
The Flexible Table is more recent, it is an evolution of the Table class.
... and I still do not see where the lines are drawn.
Each cell is a Label, they have a small space between each other generating the 'lines', which are not drawn.
You cannot set individual colors for each cell.
You can set two colors, one for odd lines and one for even lines.
There are routines included to read csv files or databases directly into the Table.
If you want to all this on your own, you may have a look at this project
SQLiteDB, it is a very old project, but you could see how it is constructed.