Getting excel table by name
Created originally on Bitbucket by asommerh
Currently the tables can be obtained by an integer index, like:
#!python
wb['sheetOne']._tables[3]
It would be nice to allow to get it by name, something like:
#!python
wb['sheetOne']._tables['Project List']