Excel::Writer::XLSX::Utility for perlで excelのA1形式座標←→R1C1形式座標の変換 - end0tknr's kipple - web写経開発
上記entryのようにperlでは Excel::Writer::XLSX::Utility を使用しますが、 pythonの場合、openpyxl.utils.column_index_from_string() や openpyxl.utils.openpyxl.utils.cell.get_column_letter() を使用するようです。
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html