inputWin32com参数

在python中我无法使用win32COM获取单元格的完整地址:

cell.Address(external=True) get error while cell.Address only gives string 

1.如何获得configuration获取完整的单元格地址?
2.我想用Python以编程方式进行公式评估吗? 有无论如何通过win32COM访问这些function?

刚刚find答案:cell.GetAddress(external = True) – win32com有。获取参数的方法。