from openpyxl.utils import get_column_letterfrom openpyxl.utils import range_boundaries
シート.tables["テーブル名"]
テーブル.name
テーブル.ref
min_col, min_row, max_col, max_row = range_boundaries(テーブル.ref)
get_column_letter(列インデックス)