pywin32 在 excel 单元写入批注

comment = ‘批注’
cell = ‘A4’
sht.Range(cell).AddComment(comment)
pywin32 在 excel 单元写入批注

出现该问题是因为 AddComment 输错成 addcomment,没有区分大小写