在python中,我无法用win32COM获得单元的完整地址:
cell.Address(external=True) get error while cell.Address only gives string
发布于 2017-08-15 10:04:11
刚找到答案: cell.GetAddress(external=True) -- win32com有带有参数的.Get方法。
https://stackoverflow.com/questions/45580862
相似问题